Changeset 43520 for trunk/src/wp-includes/meta.php
- Timestamp:
- 07/23/2018 05:01:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r43385 r43520 975 975 * 976 976 * @since 3.1.3 977 * @since 5.0.0The `$object_subtype` parameter was added.977 * @since 4.9.8 The `$object_subtype` parameter was added. 978 978 * 979 979 * @param string $meta_key Meta key. … … 993 993 * the meta key value, and the object subtype respectively. 994 994 * 995 * @since 5.0.0995 * @since 4.9.8 996 996 * 997 997 * @param mixed $meta_value Meta value to sanitize. … … 1033 1033 * to support an array of data to attach to registered meta keys}. Previous arguments for 1034 1034 * `$sanitize_callback` and `$auth_callback` have been folded into this array. 1035 * @since 5.0.0The `$object_subtype` argument was added to the arguments array.1035 * @since 4.9.8 The `$object_subtype` argument was added to the arguments array. 1036 1036 * 1037 1037 * @param string $object_type Type of object this meta is registered to. … … 1149 1149 * 1150 1150 * @since 4.6.0 1151 * @since 5.0.0The `$object_subtype` parameter was added.1151 * @since 4.9.8 The `$object_subtype` parameter was added. 1152 1152 * 1153 1153 * @param string $object_type The type of object. … … 1168 1168 * 1169 1169 * @since 4.6.0 1170 * @since 5.0.0The `$object_subtype` parameter was added.1170 * @since 4.9.8 The `$object_subtype` parameter was added. 1171 1171 * 1172 1172 * @param string $object_type The type of object. … … 1217 1217 * 1218 1218 * @since 4.6.0 1219 * @since 5.0.0The `$object_subtype` parameter was added.1219 * @since 4.9.8 The `$object_subtype` parameter was added. 1220 1220 * 1221 1221 * @param string $object_type The type of object. Post, comment, user, term. … … 1301 1301 * Returns the object subtype for a given object ID of a specific type. 1302 1302 * 1303 * @since 5.0.01303 * @since 4.9.8 1304 1304 * 1305 1305 * @param string $object_type Type of object to request metadata for. (e.g. comment, post, term, user) … … 1354 1354 * type (post, comment, term, or user). 1355 1355 * 1356 * @since 5.0.01356 * @since 4.9.8 1357 1357 * 1358 1358 * @param string $object_subtype Empty string to override.
Note: See TracChangeset
for help on using the changeset viewer.