| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Post API: WP_Post class
| File Size: | 387 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. return: WP_Post|false Post object, false otherwise. param: int $post_id Post ID. since: 3.5.0 |
| __construct( $post ) X-Ref |
| Constructor. param: WP_Post|object $post Post object. since: 3.5.0 |
| __isset( $key ) X-Ref |
| Isset-er. return: bool param: string $key Property to check if set. since: 3.5.0 |
| __get( $key ) X-Ref |
| Getter. return: mixed param: string $key Key to get. since: 3.5.0 |
| filter( $filter ) X-Ref |
| {@Missing Summary} return: WP_Post param: string $filter Filter. since: 3.5.0 |
| to_array() X-Ref |
| Convert object to array. return: array Object as array. since: 3.5.0 |
| Generated: Tue Oct 28 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |