Yoast\WP\SEO\Helpers

Indexable_Helper::finish_indexing()publicYoast 1.0

Sets a boolean to indicate that the indexing of the indexables has completed.

Метод класса: Indexable_Helper{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Indexable_Helper = new Indexable_Helper();
$Indexable_Helper->finish_indexing();

Код Indexable_Helper::finish_indexing() Yoast 22.4

public function finish_indexing() {
	$this->options_helper->set( 'indexables_indexing_completed', true );
}