wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



delete_user_setting › WordPress Function

Seit2.7.0
Veraltetn/v
delete_user_setting ( $names )
Parameter:
  • (string) $names The name or array of names of the setting to be deleted.
    Erforderlich: Ja
Gibt zurück:
  • (bool|null) True if deleted successfully, false otherwise.
    Null if the current user is not a member of the site.
Definiert in:
Codex:

Deletes user interface settings.

Deleting settings would reset them to the defaults. This function has to be used before any output has started as it calls setcookie().


Quellcode

Bald...