Property | Type | Description | |
---|---|---|---|
$defaultSecondarySettings |
Method | Description | |
---|---|---|
__construct ( $settings, $owner ) : void | Constructor. | |
createUploaderScript ( ) | ||
display ( ) | * Display for options and meta. | |
generateCSS ( String $css, TitanFrameworkOption $option ) : String | Generates CSS for the font, this is used in TitanFrameworkCSS. | |
postLivePreview ( $optionID, $optionType, $option ) | Closes the Javascript code created in preLivePreview(). | |
preLivePreview ( $optionID, $optionType, $option ) | The upload option gives out an attachment ID. Live previews will not work since we cannot get. | |
registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) | * Display for theme customizer. |
public __construct ( $settings, $owner ) : void | ||
return | void |
public generateCSS ( String $css, TitanFrameworkOption $option ) : String | ||
$css | String | The CSS generated. |
$option | TitanFrameworkOption | The current option being processed. |
return | String | The CSS generated. |
public postLivePreview ( $optionID, $optionType, $option ) |
public preLivePreview ( $optionID, $optionType, $option ) |
public registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) |