Свойство | Type | Description | |
---|---|---|---|
$defaultSecondarySettings | array | Default settings specific for this container |
Méthode | Description | |
---|---|---|
__construct ( $settings, $owner ) | Constructor | |
cleanValueForGetting ( string $value ) : mixes | Cleans the value for getOption | |
display ( ) : void | Displays the option for admin pages and meta boxes | |
generateCSSCode ( string $css, TitanFrameworkOption $option ) : void | Generates CSS to be included in our dynamically generated CSS file in TitanFrameworkCSS, using tf_generate_css_code | |
loadAdminScripts ( ) : void | Loads the ACE library for displaying our syntax highlighted code editor | |
printCSSForPagesAndPosts ( ) : void | Prints CSS styles in the header for meta options using wp_print_scripts | |
printJS ( ) : void | Prints javascript code in the header using wp_print_scripts | |
printJSForPagesAndPosts ( ) : void | Prints javascript code in the header for meta options using wp_print_scripts | |
registerCustomizerControl ( $wp_customize, TitanFrameworkCustomizerSection $section, integer $priority = 1 ) : void | Registers the theme customizer control, for displaying the option |
public cleanValueForGetting ( string $value ) : mixes | ||
$value | string | The raw value of the option |
Résultat | mixes | The cleaned value |
public generateCSSCode ( string $css, TitanFrameworkOption $option ) : void | ||
$css | string | The CSS to output |
$option | TitanFrameworkOption | The option object being generated |
Résultat | void |
public loadAdminScripts ( ) : void | ||
Résultat | void |
public printCSSForPagesAndPosts ( ) : void | ||
Résultat | void |
public printJSForPagesAndPosts ( ) : void | ||
Résultat | void |
public registerCustomizerControl ( $wp_customize, TitanFrameworkCustomizerSection $section, integer $priority = 1 ) : void | ||
$section | TitanFrameworkCustomizerSection | The section where this option will be placed |
$priority | integer | The order of this control in the section |
Résultat | void |
public array $defaultSecondarySettings | ||
Résultat | array |