Файловый менеджер - Редактировать - /home/bean7936/dev-ophtel.com/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php
Назад
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\User_Meta\Framework\Custom_Meta; use Yoast\WP\SEO\User_Meta\Domain\Custom_Meta_Interface; /** * The Content_Analysis_Disable custom meta. */ class Content_Analysis_Disable implements Custom_Meta_Interface { /** * Returns the db key of the Content_Analysis_Disable custom meta. * * @return string The db key of the Content_Analysis_Disable custom meta. */ public function get_key(): string { return 'wpseo_content_analysis_disable'; } /** * Returns the id of the custom meta's form field. * * @return string The id of the custom meta's form field. */ public function get_field_id(): string { return 'wpseo_content_analysis_disable'; } /** * Returns whether the custom meta is allowed to be empty. * * @return bool Whether the custom meta is allowed to be empty. */ public function is_empty_allowed(): bool { return true; } }
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка