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

Definition

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

This article was last updated 28th March 2024 21:35 Europe/London time based on the source file dated 28th March 2024 11:25 Europe/London time.