config_userselect_field()

Description

Deprecated -- use config_multi_user_select instead

Parameters

ColumnTypeDefaultDescription
$name
$label
$values array

Location

include/plugin_functions.php lines 1367 to 1370

Definition

 
function config_userselect_field($name$label$values = array())
{
    
config_multi_user_select($name$label$values);
}

This article was last updated 5th July 2025 21:35 Europe/London time based on the source file dated 4th July 2025 10:35 Europe/London time.