WPDK
1.5.0
WordPress Development Kit
|
Data Fields | |
const | ATTACHMENT = 'attachment' |
const | NAV_MENU_ITEM = 'nav_menu_item' |
const | PAGE = 'page' |
const | POST = 'post' |
const | REVISION = 'revision' |
WordPress standard Post Type at 3.4 release
Definition at line 790 of file wpdk-post.php.
const ATTACHMENT = 'attachment' |
Definition at line 791 of file wpdk-post.php.
const NAV_MENU_ITEM = 'nav_menu_item' |
Definition at line 792 of file wpdk-post.php.
const PAGE = 'page' |
Definition at line 793 of file wpdk-post.php.
const POST = 'post' |
Definition at line 794 of file wpdk-post.php.
const REVISION = 'revision' |
Definition at line 795 of file wpdk-post.php.