Yoast\WP\SEO\Routes

Indexing_Route::index_posts()publicYoast 1.0

Indexes a number of unindexed posts.

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

Хуков нет.

Возвращает

WP_REST_Response. The response.

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

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

Код Indexing_Route::index_posts() Yoast 22.4

public function index_posts() {
	return $this->run_indexation_action( $this->post_indexation_action, self::FULL_POSTS_ROUTE );
}