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 881 to 884

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 5th May 2024 12:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.