You appear to be a bot. Output may be restricted
Description
Bind JS handlers to instantly live-preview changes.
Usage
twentyseventeen_customize_preview_js();
Parameters
Returns
void
Source
File name: twentyseventeen/inc/customizer.php
Lines:
1 to 4 of 4
function twentyseventeen_customize_preview_js() { wp_enqueue_script( 'twentyseventeen-customize-preview', get_theme_file_uri( '/assets/js/customize-preview.js' ), array( 'customize-preview' ), '20161002', true ); }