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