Submit
Path:
~
/
home
/
getwphos
/
www
/
deerguard
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
src
/
integrations
/
admin
/
File Content:
unsupported-php-version-notice.php
<?php namespace Yoast\WP\SEO\Integrations\Admin; use Yoast\WP\SEO\Conditionals\Yoast_Admin_And_Dashboard_Conditional; use Yoast\WP\SEO\Integrations\Integration_Interface; /** * Class Unsupported_PHP_Version_Notice. * * @package Yoast\WP\SEO\Integrations\Admin * * @deprecated 25.0 * @codeCoverageIgnore */ class Unsupported_PHP_Version_Notice implements Integration_Interface { /** * Returns the conditionals based on which this integration should be active. * * @deprecated 25.0 * @codeCoverageIgnore * * @return array<string> The array of conditionals. */ public static function get_conditionals() { \_deprecated_function( __METHOD__, 'Yoast SEO 25.0' ); return [ Yoast_Admin_And_Dashboard_Conditional::class, ]; } /** * Register hooks. * * @deprecated 25.0 * @codeCoverageIgnore * * @return void */ public function register_hooks() { \_deprecated_function( __METHOD__, 'Yoast SEO 25.0' ); } /** * Checks the current PHP version. * * @deprecated 25.0 * @codeCoverageIgnore * * @return void */ public function check_php_version() { \_deprecated_function( __METHOD__, 'Yoast SEO 25.0' ); } /** * Composes the body of the message to display. * * @deprecated 25.0 * @codeCoverageIgnore * * @return string The message to display. */ public function body() { \_deprecated_function( __METHOD__, 'Yoast SEO 25.0' ); return ''; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
disable-concatenate-scripts-integration.php
1094 bytes
0644
old-premium-integration.php
2817 bytes
0644
unsupported-php-version-notice.php
1424 bytes
0644
N4ST4R_ID | Naxtarrr