Instantiates the internal Core query object.
Description
See also
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
Version | Description |
---|---|
1.0.0 | Introduced. |