Changeset 48658 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/28/2020 10:13:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r48635 r48658 2121 2121 * Default false. 2122 2122 * @return mixed An array if $single is false. The value of the meta field 2123 * if $single is true. 2123 * if $single is true. False for an invalid $post_id. 2124 2124 */ 2125 2125 function get_post_meta( $post_id, $key = '', $single = false ) {
Note: See TracChangeset
for help on using the changeset viewer.