Yoast\WP\SEO\Helpers
Indexing_Helper::start() public Yoast 1.0
Sets several database options when the indexing process is started.
{} Это метод класса: Indexing_Helper{}
Хуков нет.
Возвращает
null.
Использование
$Indexing_Helper = new Indexing_Helper(); $Indexing_Helper->start();
Код Indexing_Helper::start() Indexing Helper::start Yoast 15.6.2
public function start() {
$this->set_first_time( false );
$this->set_started( $this->date_helper->current_time() );
}