Yoast\WP\SEO\Repositories

Primary_Term_Repository::query()publicYoast 1.0

Starts a query for this repository.

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

Хуков нет.

Возвращает

ORM.

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

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

Код Primary_Term_Repository::query() Yoast 22.4

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