Changeset 47611 for trunk/src/wp-includes/meta.php
- Timestamp:
- 04/22/2020 10:29:34 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r47610 r47611 663 663 * or any other object type with an associated meta table. 664 664 * @param int $meta_id ID for a specific meta row. 665 * @param string $meta_value Metadata value. 665 * @param string $meta_value Metadata value. Must be serializable if non-scalar. 666 666 * @param string $meta_key Optional. You can provide a meta key to update it. Default false. 667 667 * @return bool True on successful update, false on failure.
Note: See TracChangeset
for help on using the changeset viewer.