get_post_custom


get_post_custom ( $post_id = 0 )

Parameters:
  • (int) post_id Optional. Post ID. Default is the ID of the global `$post`.
Returns:
  • (mixed) An array of values. False for an invalid `$post_id` (non-numeric, zero, or negative value). An empty string if a valid but non-existing post ID is passed.
Defined at:

Description

Retrieves post meta fields, based on post ID.The post meta fields are retrieved from the cache where possible, so the function is optimized to be called more than once.

Related Functions

get_post_custom_keys, post_custom, get_post_custom_values, get_post_ancestors, get_post_time

Top Google Results

User discussions

wpseek mobile