wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
delete_user_option › WordPress Function
Seit3.0.0
Veraltetn/v
› delete_user_option ( $user_id, $option_name, $is_global = false )
Parameter: (3) |
|
Gibt zurück: |
|
Definiert in: |
|
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 'is_global' parameter is false, which it is by default, it will prepend the WordPress table prefix to the option name.Ähnliche Funktionen: delete_site_option, get_user_option, delete_option, update_user_option, delete_network_option