Yoast\WP\SEO\Repositories
Indexable_Cleanup_Repository::query
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() Indexable Cleanup Repository::query Yoast 26.7
public function query() {
return Model::of_type( 'Indexable' );
}