Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.18 KB

post-ids.md

File metadata and controls

21 lines (15 loc) · 1.18 KB

Post IDs interface

The Post_IDs interface describes an object containing post IDs, such as the IDs in a query or a curated set of featured posts.

Definition

interface Post_IDs {
	public function post_ids(): array;
}

Bundled implementations

All Post_Query implementations also implement Post_IDs.