Changeset 41186
- Timestamp:
- 07/30/2017 02:32:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r41171 r41186 757 757 758 758 /** 759 * Add meta data field to a user. 760 * 761 * Post meta data is called "Custom Fields" on the Administration Screens. 759 * Adds meta data to a user. 762 760 * 763 761 * @since 3.0.0 764 * @link https://codex.wordpress.org/Function_Reference/add_user_meta765 762 * 766 763 * @param int $user_id User ID. 767 764 * @param string $meta_key Metadata name. 768 765 * @param mixed $meta_value Metadata value. 769 * @param bool $unique Optional , default is false. Whether the same key should not be added.766 * @param bool $unique Optional. Whether the same key should not be added. Default false. 770 767 * @return int|false Meta ID on success, false on failure. 771 768 */
Note: See TracChangeset
for help on using the changeset viewer.