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 836 to 839

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 8th May 2024 20:35 Europe/London time based on the source file dated 7th May 2024 18:45 Europe/London time.