get_setting('blogname')->transport = 'postMessage'; $wp_customize->get_setting('blogdescription')->transport = 'postMessage'; }// Method endif; add_action('customize_preview_init','__hook_customize_preview_init'); /** @since 1.0.1 Binds JS handlers to make Theme Customizer preview reload changes asynchronously. */ if(function_exists('__hook_customize_preview_init') === FALSE) : function __hook_customize_preview_init() { wp_enqueue_script('uikit_starter_customizer',get_theme_file_path() . '/assets/js/customizer.js',array('customize-preview'),wp_get_theme()->get('Version'),TRUE); }// Method endif;