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