Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 804 Bytes

post-query.md

File metadata and controls

19 lines (13 loc) · 804 Bytes

Post Query interface

The Post_Query interface describes an object that contains a single query for posts.

Definition

interface Post_Query extends Post_IDs {
	public function query_object(): WP_Query;

	public function post_objects(): array;
}

Bundled implementations