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

config_add_single_group_select()

Parameters

ColumnTypeDefaultDescription
$config_var
$label
$width 300

Location

include/plugin_functions.php lines 841 to 844

Definition

 
function config_add_single_group_select($config_var$label$width=300)
    {
    return array(
'single_group_select'$config_var$label$width);
    }

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