Yoast\WP\SEO\Generated
Cached_Container::getIndexableAuthorArchiveWatcherService()
Gets the public 'Yoast\WP\SEO\Integrations\Watchers\Indexable_Author_Archive_Watcher' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Watchers\Indexable_Author_Archive_Watcher
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getIndexableAuthorArchiveWatcherService();
Код Cached_Container::getIndexableAuthorArchiveWatcherService() Cached Container::getIndexableAuthorArchiveWatcherService Yoast 20.0
protected function getIndexableAuthorArchiveWatcherService() { return $this->services['Yoast\\WP\\SEO\\Integrations\\Watchers\\Indexable_Author_Archive_Watcher'] = new \Yoast\WP\SEO\Integrations\Watchers\Indexable_Author_Archive_Watcher(); }