Yoast\WP\SEO\Repositories

Indexable_Cleanup_Repository::querypublicYoast 1.0

Starts a query for this repository.

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

Хуков нет.

Возвращает

ORM.

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

$Indexable_Cleanup_Repository = new Indexable_Cleanup_Repository();
$Indexable_Cleanup_Repository->query();

Код Indexable_Cleanup_Repository::query() Yoast 26.7

public function query() {
	return Model::of_type( 'Indexable' );
}