wpseek.com
A WordPress-centric search engine for devs and theme authors
delete_user_option › WordPress Function
Since3.0.0
Deprecatedn/a
› delete_user_option ( $user_id, $option_name, $global = false )
Parameters: (3) |
|
Returns: |
|
Defined at: |
|
Codex: |
Deletes 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.Related Functions: delete_site_option, get_user_option, delete_option, update_user_option, delete_network_option