Yoast\WP\SEO\Helpers

Indexing_Helper::get_started()publicYoast 1.0

Gets the start time when the indexing process has started but not completed.

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

Хуков нет.

Возвращает

int|true|false. The start time when the indexing process has started but not completed, false otherwise.

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

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

Код Indexing_Helper::get_started() Yoast 22.4

public function get_started() {
	return $this->options_helper->get( 'indexing_started' );
}