Yoast\WP\SEO\Repositories
Indexable_Repository::query()
Starts a query for this repository.
Метод класса: Indexable_Repository{}
Хуков нет.
Возвращает
ORM
.
Использование
$Indexable_Repository = new Indexable_Repository(); $Indexable_Repository->query();
Код Indexable_Repository::query() Indexable Repository::query Yoast 24.3
public function query() { return Model::of_type( 'Indexable' ); }