HEX
Server: Apache
System: Linux p3plzcpnl504902.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: nhqyemt2u0zd (3690907)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/nhqyemt2u0zd/www/wp-content/plugins/wordpress-seo/admin/links/class-link-watcher-loader.php
<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\Admin\Links
 */

/**
 * Represents the loader for link watcher.
 */
class WPSEO_Link_Watcher_Loader {

	/**
	 * Loads the link watcher.
	 *
	 * @return void
	 */
	public function load() {
		$storage           = new WPSEO_Link_Storage();
		$count_storage     = new WPSEO_Meta_Storage();
		$content_processor = new WPSEO_Link_Content_Processor( $storage, $count_storage );
		$link_watcher      = new WPSEO_Link_Watcher( $content_processor );
		$link_watcher->register_hooks();
	}
}