You appear to be a bot. Output may be restricted
Description
Binds JS handlers to make the Customizer preview reload changes asynchronously.
Usage
twentyfifteen_customize_preview_js();
Parameters
Returns
void
Source
File name: twentyfifteen/inc/customizer.php
Lines:
1 to 3 of 3
function twentyfifteen_customize_preview_js() { wp_enqueue_script( 'twentyfifteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20141216', true ); }