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 1264 to 1267

Definition

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

This article was last updated 27th April 2024 12:35 Europe/London time based on the source file dated 18th April 2024 17:15 Europe/London time.