Yoast\WP\SEO\Routes
Indexing_Route::complete
Completes the indexation.
Метод класса: Indexing_Route{}
Хуков нет.
Возвращает
WP_REST_Response. The response.
Использование
$Indexing_Route = new Indexing_Route(); $Indexing_Route->complete();
Код Indexing_Route::complete() Indexing Route::complete Yoast 27.7
public function complete() {
$this->indexing_complete_action->complete();
return $this->respond_with( [], false );
}