Collections functions
General 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 1301 to 1304

Definition

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

This article was last updated 2nd December 2023 09:05 Europe/London time based on the source file dated 7th September 2023 11:45 Europe/London time.