Yoast\WP\SEO\Integrations\Watchers
Indexable_System_Page_Watcher::build_indexable() public Yoast 1.0
Saves the search result.
{} Это метод класса: Indexable_System_Page_Watcher{}
Хуков нет.
Возвращает
null.
Использование
$Indexable_System_Page_Watcher = new Indexable_System_Page_Watcher(); $Indexable_System_Page_Watcher->build_indexable( $type );
- $type(строка) (обязательный)
- The type of no index page.
Код Indexable_System_Page_Watcher::build_indexable() Indexable System Page Watcher::build indexable Yoast 15.6.2
public function build_indexable( $type ) {
$indexable = $this->repository->find_for_system_page( $type, false );
$this->builder->build_for_system_page( $type, $indexable );
}