PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wordpress-seo-premium
/
admin
/
links
<?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(); } }
[+]
..
[-] class-link.php
[edit]
[-] class-link-columns.php
[edit]
[-] class-link-reindex-dashboard.php
[edit]
[-] class-link-watcher-loader.php
[edit]
[-] class-link-column-count.php
[edit]
[-] class-link-cleanup-transient.php
[edit]
[-] class-link-watcher.php
[edit]
[-] class-link-content-processor.php
[edit]
[-] class-link-reindex-post-endpoint.php
[edit]
[-] class-link-utils.php
[edit]
[-] class-link-table-accessible-notifier.php
[edit]
[-] class-link-type-classifier.php
[edit]
[-] class-link-installer.php
[edit]
[-] class-link-reindex-post-service.php
[edit]
[-] class-link-internal-lookup.php
[edit]
[-] class-link-storage.php
[edit]
[-] class-link-notifier.php
[edit]
[-] class-link-filter.php
[edit]
[-] class-link-factory.php
[edit]
[-] class-link-extractor.php
[edit]
[-] class-link-compatibility-notifier.php
[edit]
[-] class-link-query.php
[edit]
[-] class-link-table-accessible.php
[edit]