Astra_Ext_Mobile_Header_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/mobile-header/classes/class-astra-ext-mobile-header-loader.php
} /** * Kicking this off by calling 'get_instance()' method */ Astra_Ext_Mobile_Header_Loader::get_instance();
Expand full source code Collapse full source code View on Trac