Yoast\WP\SEO\Helpers
Indexing_Helper::complete
Sets several database options when the indexing process is finished.
Метод класса: Indexing_Helper{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Indexing_Helper = new Indexing_Helper(); $Indexing_Helper->complete();
Код Indexing_Helper::complete() Indexing Helper::complete Yoast 27.6
public function complete() {
$this->set_reason( '' );
$this->set_started( null );
}