Yoast\WP\SEO\Routes

Indexing_Route::indexables_complete()publicYoast 1.0

Completes the indexable indexation.

Метод класса: Indexing_Route{}

Хуков нет.

Возвращает

WP_REST_Response. The response.

Использование

$Indexing_Route = new Indexing_Route();
$Indexing_Route->indexables_complete();

Код Indexing_Route::indexables_complete() Yoast 22.4

public function indexables_complete() {
	$this->indexable_indexing_complete_action->complete();

	return $this->respond_with( [], false );
}