Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

get_config_option_users()

Parameters

ColumnTypeDefaultDescription
$option
$value

Location

include/config_functions.php lines 302 to 305

Definition

 
function get_config_option_users($option,$value)
    {
    return 
ps_array("SELECT user value FROM user_preferences WHERE parameter = ? AND value = ?", array("s"$option"s"$value), "preferences");
    }

This article was last updated 5th May 2024 17:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.