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

config_add_hidden_input()

Description

Generate a data structure to instruct the configuration page generator to add a hidden input

Parameters

ColumnTypeDefaultDescription
$cf_var_name string Plugins' configuration variable name
$cf_var_value string '' Value

Return

array

Location

include/config_functions.php lines 527 to 530

Definition

 
function config_add_hidden_input(string $cf_var_namestring $cf_var_value '')
    {
    return array(
'text_hidden_input'$cf_var_name$cf_var_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.