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 1267 to 1270

Definition

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

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