[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Post API: WP_Post class
File Size: | 388 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_instance( $post_id ) X-Ref |
Retrieve WP_Post instance. param: int $post_id Post ID. return: WP_Post|false Post object, false otherwise. |
__construct( $post ) X-Ref |
Constructor. param: WP_Post|object $post Post object. |
__isset( $key ) X-Ref |
Isset-er. param: string $key Property to check if set. return: bool |
__get( $key ) X-Ref |
Getter. param: string $key Key to get. return: mixed |
filter( $filter ) X-Ref |
{@Missing Summary} param: string $filter Filter. return: WP_Post |
to_array() X-Ref |
Convert object to array. return: array Object as array. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |