wp_set_all_user_settings
- %1$s is private and should not be used in themes or plugins directly.
wp_set_all_user_settings ( $user_settings )
Access:Parameters:- (array) user_settings User settings.
Returns:- (bool|null) True if set successfully, false if the current user could not be found. Null if the current user is not a member of the site.
Defined at: - Introduced in WordPress: 2.8.0
- Deprecated in WordPress: —
Description
Private. Sets all user interface settings.