Archive | /wp-includes/user.php RSS feed for this section

update_user_option

Update user option with global blog capability.User options are just like user metadata except that they have support for global blog options. If the ‘global’ parameter is false, which it is by default it will prepend the WordPress table prefix to the option name.

3215

Continue reading

update_user_meta

Update user meta field based on user ID.Use the $prev_value parameter to differentiate between meta fields with the same key and user ID.

3213

Continue reading