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 1293 to 1296

Definition

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

This article was last updated 19th March 2024 03:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.