Yoast\WP\SEO\Helpers

Indexing_Helper::complete()publicYoast 1.0

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() Yoast 22.4

public function complete() {
	$this->set_reason( '' );
	$this->set_started( null );
}