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

config_add_multi_group_select()

Parameters

ColumnTypeDefaultDescription
$config_var
$label
$width 300

Location

include/plugin_functions.php lines 910 to 913

Definition

 
function config_add_multi_group_select($config_var$label$width=300)
    {
    return array(
'multi_group_select'$config_var$label$width);
    }

This article was last updated 27th July 2024 10:35 Europe/London time based on the source file dated 24th July 2024 16:35 Europe/London time.