Archive | /wp-includes/post.php RSS feed for this section

get_post_mime_type

Retrieve the mime type of an attachment based on the ID.This function can be used with any post type, but it makes more sense with attachments.

1597

Continue reading

get_post_field

Retrieve 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.

1591

Continue reading

get_post_custom_values

Retrieve values for a custom post field.The parameters must not be considered optional. All of the post meta fields will be retrieved and only the meta field key values returned.

1589

Continue reading

get_post_custom_keys

Retrieve meta field names for a post.If there are no meta fields, then nothing (null) will be returned.

1587

Continue reading