Changeset 38125 for trunk/src/wp-includes/meta.php
- Timestamp:
- 07/20/2016 07:32:05 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/meta.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r38108 r38125 1096 1096 * @since 4.6.0 1097 1097 * 1098 * @param string $object_type The type of object. 1099 * @param string $meta_key The meta key. 1100 * 1098 * @param string $object_type The type of object. 1099 * @param string $meta_key The meta key. 1101 1100 * @return bool True if successful. False if the meta key was not registered. 1102 1101 */ … … 1134 1133 * 1135 1134 * @param string $object_type The type of object. Post, comment, user, term. 1136 *1137 1135 * @return array List of registered meta keys. 1138 1136 */ … … 1156 1154 * @param string $meta_key Optional. Registered metadata key. If not specified, retrieve all registered 1157 1155 * metadata for the specified object. 1158 *1159 1156 * @return mixed A single value or array of values for a key if specified. An array of all registered keys 1160 1157 * and values for an object ID if not.
Note: See TracChangeset
for help on using the changeset viewer.