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

config_field_select()

Description

Deprecated -- use config_single_ftype_select instead

Parameters

ColumnTypeDefaultDescription
$name
$label
$value

Location

include/plugin_functions.php lines 1269 to 1272

Definition

 
function config_field_select($name$label$value)
    {
    
config_single_ftype_select($name$label$value);
    }

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