delete_user_option


delete_user_option ( $user_id, $option_name, $is_global = false )

Parameters:
  • (int) user_id User ID
  • (string) option_name User option name.
  • (bool) is_global Optional. Whether option name is global or blog specific. Default false (blog specific).
Returns:
  • (bool) True on success, false on failure.
Defined at:

Description

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 'is_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

Top Google Results

User discussions

wpseek mobile