Yoast\WP\SEO\Helpers
Indexing_Helper::indexing_failed() public Yoast 1.0
Sets appropriate flags when the indexing process fails.
{} Это метод класса: Indexing_Helper{}
Хуков нет.
Возвращает
null.
Использование
$Indexing_Helper = new Indexing_Helper(); $Indexing_Helper->indexing_failed();
Код Indexing_Helper::indexing_failed() Indexing Helper::indexing failed Yoast 15.7
public function indexing_failed() {
$this->set_reason( Indexing_Reasons::REASON_INDEXING_FAILED );
$this->set_started( null );
}