Yoast\WP\SEO\Helpers

Indexing_Helper::is_finished_indexables_indexing()publicYoast 1.0

Gets a boolean that indicates whether or not the indexing of the indexables has completed.

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

Хуков нет.

Возвращает

true|false. Whether the indexing of the indexables has completed.

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

$Indexing_Helper = new Indexing_Helper();
$Indexing_Helper->is_finished_indexables_indexing();

Код Indexing_Helper::is_finished_indexables_indexing() Yoast 22.4

public function is_finished_indexables_indexing() {
	return $this->options_helper->get( 'indexables_indexing_completed', false );
}