Yoast\WP\SEO\Integrations\Watchers
Indexable_Post_Meta_Watcher::update_indexables() public Yoast 1.0
Updates all indexables changed during the request.
{} Это метод класса: Indexable_Post_Meta_Watcher{}
Хуков нет.
Возвращает
null.
Использование
$Indexable_Post_Meta_Watcher = new Indexable_Post_Meta_Watcher(); $Indexable_Post_Meta_Watcher->update_indexables();
Код Indexable_Post_Meta_Watcher::update_indexables() Indexable Post Meta Watcher::update indexables Yoast 15.6.2
public function update_indexables() {
foreach ( $this->post_ids_to_update as $post_id ) {
$this->post_watcher->build_indexable( $post_id );
}
}