We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
int GET_USER_STR(const char *key, char *value)
Retrieves user string setting from users_settings table.
users_settings
Returns OK or one of the error codes:
char page[64]; GET_USER_STR("last_page", page);
Requires USERS compilation switch.
There was an error while loading. Please reload this page.