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

add_field_option()

Parameters

ColumnTypeDefaultDescription
$field
$option

Location

include/resource_functions.php lines 4468 to 4472

Definition

 
function add_field_option($field,$option)
    {
    
set_node(null,$field,escape_check(trim($option)),null,null);
    return 
true;
    }

This article was last updated 8th July 2020 11:35 Europe/London time based on the source file dated 7th July 2020 16:18 Europe/London time.