Instantiates the internal Core query object.
Description
See also
Return
(object) Internal Core query object.
Source
File: src/db-objects/forms/form-query.php
protected function instantiate_query_object() { return new WP_Query(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |