Changeset 31212 for trunk/src/wp-includes/meta.php
- Timestamp:
- 01/16/2015 07:02:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r31090 r31212 450 450 * @param bool $single Optional, default is false. If true, return only the first value of the 451 451 * specified meta_key. This parameter has no effect if meta_key is not specified. 452 * @return string|arraySingle metadata value, or array of values452 * @return mixed Single metadata value, or array of values 453 453 */ 454 454 function get_metadata($meta_type, $object_id, $meta_key = '', $single = false) {
Note: See TracChangeset
for help on using the changeset viewer.