Server :
Apache
System :
Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User :
atwiofrxug (73666)
PHP Version :
8.4.10
Disable Functions :
_dyuweyrj4,_dyuweyrj4r,dl
Current Directory :
/home/atwiofrxug/mylittletelaviv/wp-content/plugins/wordpress-seo/src/config/
Directory Status:
Writeable | Document Root:
Writeable
Upload File
Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/wordpress-seo/src/config/admin.php
<?php
/**
* Loads the integrations needed by the WordPress Admin.
*
* @package Yoast\YoastSEO\Config
*/
namespace Yoast\WP\Free\Config;
use Yoast\WP\Free\WordPress\Integration;
use Yoast\WP\Free\WordPress\Integration_Group;
use Yoast\WP\Free\Watchers;
/**
* Load Admin integrations.
*/
class Admin implements Integration {
/**
* Initializes the integration.
*
* @codeCoverageIgnore
*
* This is the place to register hooks and filters.
*
* @return void
*/
public function register_hooks() {
$integration_group = new Integration_Group(
array(
new Watchers\Indexable_Post_Watcher(),
new Watchers\Indexable_Term_Watcher(),
new Watchers\Indexable_Author_Watcher(),
new Watchers\Primary_Term_Watcher(),
)
);
$integration_group->register_hooks();
}
}
Cyb3r Drag0nz Team • Google Edition