Astra_Ext_Adv_Footer_Loader::old_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/advanced-footer/classes/class-astra-ext-adv-footer-loader.php
wp_enqueue_script( 'astra-ext-footer-adv-customize-preview-js', ASTRA_EXT_ADVANCED_FOOTER_URL . 'assets/js/minified/customizer-preview.min.js', array( 'customize-preview', 'astra-customizer-preview-js' ), ASTRA_EXT_VER, true ); } } } } /** * Kicking this off by calling 'get_instance()' method */ Astra_Ext_Adv_Footer_Loader::get_instance();
Expand full source code Collapse full source code View on Trac