get_config_option_users()

Parameters

ColumnTypeDefaultDescription
$option
$value

Location

include/config_functions.php lines 299 to 302

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 18th March 2025 15:05 Europe/London time based on the source file dated 6th March 2025 17:05 Europe/London time.