![]() |
WPDK
1.5.0
WordPress Development Kit
|
Static Public Member Functions | |
| static | statuses () |
Readable post statuses apply_filters() calls wpdk-posts-statuses hook to allow overwriting the statuses list. More... | |
Data Fields | |
| const | AUTO_DRAFT = 'auto-draft' |
| const | DRAFT = 'draft' |
| const | FUTURE = 'future' |
| const | INHERIT = 'inherit' |
| const | PENDING = 'pending' |
| const | PRIVATE_ = 'private' |
| const | PUBLISH = 'publish' |
| const | TRASH = 'trash' |
WordPress stan dard Post Status at 3.4 release
Definition at line 737 of file wpdk-post.php.
|
static |
Readable post statuses apply_filters() calls wpdk-posts-statuses hook to allow overwriting the statuses list.
Return a readable and filtered key-value array with the list of status for a post.
Definition at line 758 of file wpdk-post.php.
| const AUTO_DRAFT = 'auto-draft' |
Definition at line 738 of file wpdk-post.php.
| const DRAFT = 'draft' |
Definition at line 739 of file wpdk-post.php.
| const FUTURE = 'future' |
Definition at line 740 of file wpdk-post.php.
| const INHERIT = 'inherit' |
Definition at line 741 of file wpdk-post.php.
| const PENDING = 'pending' |
Definition at line 742 of file wpdk-post.php.
| const PRIVATE_ = 'private' |
Definition at line 746 of file wpdk-post.php.
| const PUBLISH = 'publish' |
Definition at line 747 of file wpdk-post.php.
| const TRASH = 'trash' |
Definition at line 748 of file wpdk-post.php.