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

config_userselect_field()

Description

Deprecated -- use config_multi_user_select instead

Parameters

ColumnTypeDefaultDescription
$name
$label
$values array

Location

include/plugin_functions.php lines 1259 to 1262

Definition

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

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