wpseek.com
A WordPress-centric search engine for devs and theme authors
update_user_option › WordPress Function
Since2.0.0
Deprecatedn/a
› update_user_option ( $user_id, $option_name, $newvalue, $is_global = false )
Parameters: (4) |
|
Returns: |
|
Defined at: |
|
Codex: |
Updates user option with global blog capability.
User options are just like user metadata except that they have support for global blog options. If the 'is_global' parameter is false, which it is by default, it will prepend the WordPress table prefix to the option name. Deletes the user option if $newvalue is empty.Related Functions: update_site_option, update_option, delete_user_option, update_network_option, get_user_option