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

Definition

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

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