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

Definition

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

This article was last updated 19th March 2024 04:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.