Astra_Ext_Sticky_Header_Loader::customize_register( WP_Customize_Manager $wp_customize )
Add postMessage support for site title and description for the Theme Customizer.
Description
Parameters
- $wp_customize
-
(WP_Customize_Manager) (Required) Theme Customizer object.
Source
File: addons/sticky-header/classes/class-astra-ext-sticky-header-loader.php
'mobile' => '', ); $defaults['sticky-header-color-site-title-responsive'] = array( 'desktop' => '', 'tablet' => '', 'mobile' => '', ); $defaults['sticky-header-builder-site-title-color'] = ''; $defaults['sticky-header-builder-site-title-h-color'] = ''; $defaults['sticky-header-builder-site-tagline-color'] = '';
Expand full source code Collapse full source code View on Trac