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

config_text_field()

Description

Deprecated -- use config_text_input instead

Parameters

ColumnTypeDefaultDescription
$name
$label
$value
$size '30'

Location

include/plugin_functions.php lines 1261 to 1264

Definition

 
function config_text_field($name$label$value$size='30')
    {
    
config_text_input($name$label$valuefalse$size*10);
    }

This article was last updated 29th November 2023 09:35 Europe/London time based on the source file dated 7th September 2023 11:45 Europe/London time.