F J Kaiser
Member
Posted 2 years ago #
Hi,
I'm searching for some possible definitions for the vars in a user related function: get_user_setting. I couldn't find a list or anything else that would cover that in the codex.
$name = ""; // Name of the setting
$value = ""; // Value of the setting
get_user_setting($name, $value);
F J Kaiser
Member
Posted 2 years ago #
Thanks MichaelH,
i know get_userdata and some other possibilities to retrieve user related data.
I just wanted to know where to find a list of possible "Names of settings" and their "possible values". There's no documentation about this.
Thanks!
F J Kaiser
Member
Posted 2 years ago #
F J Kaiser
Member
Posted 2 years ago #