We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
int SET_USER_INT(const char *key, long value)
Saves user (long) integer setting in users_settings table. If the setting already exists, it's overwritten.
users_settings
Returns OK or one of the error codes:
SET_USER_INT("last_order_id", order_id);
Requires USERS compilation switch.
There was an error while loading. Please reload this page.