query.get_post_meta

/ Database / query.get_post_meta

Title : query.get_post_meta
Purpose : Retrieves a post meta field of post ID.
Syntax :
Input Parameters : post_id, key, single
Return Value : (mixed) An array if single is false. The value of the meta field if $single is true. False for an invalid post_id.
Example 1 :
Code :
Categories
Most Popular

Leave a Reply

Your email address will not be published.