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