Yoast\WP\SEO\Repositories

Indexable_Repository::query()publicYoast 1.0

Starts a query for this repository.

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

Хуков нет.

Возвращает

ORM.

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

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

Код Indexable_Repository::query() Yoast 22.3

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