Changeset 28955 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/02/2014 03:29:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r28954 r28955 1812 1812 * @link http://codex.wordpress.org/Function_Reference/get_post_meta 1813 1813 * 1814 * @param int $post_id Post ID. 1815 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys. 1816 * @param bool $single Optional. Whether to return a single value. 1817 * @return mixed Will be an array if $single is false. Will be value of meta data field if $single 1818 * is true. 1814 * @param int $post_id Post ID. 1815 * @param string $key Optional. The meta key to retrieve. By default, returns 1816 * data for all keys. 1817 * @param bool $single Optional. Whether to return a single value. Default false. 1818 * @return mixed Will be an array if $single is false. Will be value of meta data 1819 * field if $single is true. 1819 1820 */ 1820 1821 function get_post_meta($post_id, $key = '', $single = false) {
Note: See TracChangeset
for help on using the changeset viewer.