Yoast\WP\SEO\Helpers
Indexing_Helper::get_started
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() Indexing Helper::get started Yoast 27.8
public function get_started() {
return $this->options_helper->get( 'indexing_started' );
}