wpseek.com
A WordPress-centric search engine for devs and theme authors
set_user_setting › WordPress Function
Since2.8.0
Deprecatedn/a
› set_user_setting ( $name, $value )
Parameters: (2) |
|
Returns: |
|
Defined at: |
|
Codex: |
Adds or updates user interface setting.
Both$name
and $value
can contain only ASCII letters, numbers, hyphens, and underscores.
This function has to be used before any output has started as it calls setcookie()
.Related Functions: get_user_setting, delete_user_setting, get_all_user_settings, wp_user_settings, wp_set_all_user_settings