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 1275 to 1278

Definition

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

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