Form_Category_Query::instantiate_query_object()

Instantiates the internal Core query object.

Description

Return

(object) Internal Core query object.

Source

File: src/db-objects/form-categories/form-category-query.php

	protected function instantiate_query_object() {
		return new WP_Term_Query();
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.