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

config_boolean_field()

Description

Deprecated -- use config_boolean_select instead

Parameters

ColumnTypeDefaultDescription
$name
$label
$value

Location

include/plugin_functions.php lines 1280 to 1283

Definition

 
function config_boolean_field($name$label$value)
    {
    
config_boolean_select($name,$label,$value,array('False','True'));
    }

This article was last updated 20th April 2024 10:05 Europe/London time based on the source file dated 18th April 2024 17:15 Europe/London time.