wpseek.com
A WordPress-centric search engine for devs and theme authors
get_post_field › WordPress Function
Since2.3.0
Deprecatedn/a
› get_post_field ( $field, $post = null, $context = 'display' )
Parameters: (3) |
|
See: | |
Returns: |
|
Defined at: |
|
Codex: | |
Change Log: |
|
Retrieves data from a post field based on Post ID.
Examples of the post field will be, 'post_type', 'post_status', 'post_content', etc and based off of the post object property or key names. The context values are based off of the taxonomy filter functions and supported values are found within those functions.