Yoast\WP\SEO\Actions\Indexing
Indexing_Prepare_Action::prepare() public Yoast 1.0
Prepares the indexing routine.
{} Это метод класса: Indexing_Prepare_Action{}
Хуков нет.
Возвращает
null.
Использование
$Indexing_Prepare_Action = new Indexing_Prepare_Action(); $Indexing_Prepare_Action->prepare();
Код Indexing_Prepare_Action::prepare() Indexing Prepare Action::prepare Yoast 15.6.2
public function prepare() {
$this->indexing_helper->start();
$this->notification_center->remove_notification_by_id( Indexing_Notification_Integration::NOTIFICATION_ID );
}