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

config_custom_select()

Description

Deprecated -- use config_single_select instead

Parameters

ColumnTypeDefaultDescription
$name
$label
$available
$value

Location

include/plugin_functions.php lines 1291 to 1294

Definition

 
function config_custom_select($name$label$available$value)
    {
    
config_single_select($name$label$value$availablefalse);
    }

This article was last updated 5th May 2024 18:35 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.