Changeset 47610 for trunk/src/wp-includes/meta.php
- Timestamp:
- 04/22/2020 09:38:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r47390 r47610 150 150 * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. 151 151 * @param mixed $prev_value Optional. If specified, only update existing metadata entries 152 * with this value. Otherwise, update all entries. 152 * with this value. Otherwise, update all entries. Default empty. 153 153 * @return int|bool The new meta field ID if a field with the given key didn't exist and was 154 154 * therefore added, true on successful update, false on failure.
Note: See TracChangeset
for help on using the changeset viewer.