Changeset 48590 for trunk/src/wp-includes/meta.php
- Timestamp:
- 07/23/2020 09:09:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r48505 r48590 156 156 * false on failure or if the value passed to the function 157 157 * is the same as the one that is already in the database. 158 159 158 */ 160 159 function update_metadata( $meta_type, $object_id, $meta_key, $meta_value, $prev_value = '' ) { … … 1099 1098 * @see WP_Meta_Query 1100 1099 * 1101 * @param array $meta_queryA meta query.1100 * @param array $meta_query A meta query. 1102 1101 * @param string $type Type of meta. 1103 1102 * @param string $primary_table Primary database table name. … … 1228 1227 * @since 5.3.0 Valid meta types expanded to include "array" and "object". 1229 1228 * 1230 * @param string $object_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user',1231 * or any other object type with an associated meta table.1232 * @param string $meta_key Meta key to register.1233 * @param array $args {1229 * @param string $object_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user', 1230 * or any other object type with an associated meta table. 1231 * @param string $meta_key Meta key to register. 1232 * @param array $args { 1234 1233 * Data used to describe the meta key when registered. 1235 1234 *
Note: See TracChangeset
for help on using the changeset viewer.