Свойство | Type | Description | |
---|---|---|---|
$options | |||
$owner | |||
$settings |
Méthode | Description | |
---|---|---|
__construct ( $settings, $owner ) | ||
ajaxGenerateCustomizerCSS ( ) : void | Ajax handler for generating CSS based on the existing options with values changed to match the customizer modified values. | |
createOption ( $settings ) | ||
getID ( ) | ||
initLocalStorage ( ) : void | Prints the script that clears the JS local storage when customizer loads, this ensures we start fresh. | |
livePreview ( ) : void | Prints the script PER option that handles customizer option changes for live previews | |
livePreviewMainScript ( ) : void | Prints the script that uses ajax to adjust the live customizer CSS. | |
loadUploaderScript ( ) | ||
printPreviewCSS ( ) : void | Prints out CSS styles for the current namespace refresh previewing | |
register ( $wp_customize ) | ||
useCustomizerModifiedValue ( mixed $value, integer $postID, TitanFrameworkOption $option ) : mixed | Override the getOption value with the customizer value which comes from the $_POST array |
public ajaxGenerateCustomizerCSS ( ) : void | ||
Résultat | void |
public initLocalStorage ( ) : void | ||
Résultat | void |
public livePreview ( ) : void | ||
Résultat | void |
public livePreviewMainScript ( ) : void | ||
Résultat | void |
public printPreviewCSS ( ) : void | ||
Résultat | void |