You appear to be a bot. Output may be restricted
Description
Load dynamic logic for the customizer controls area.
Usage
twentynineteen_panels_js();
Parameters
Returns
void
Source
File name: twentynineteen/inc/customizer.php
Lines:
1 to 3 of 3
function twentynineteen_panels_js() { wp_enqueue_script( 'twentynineteen-customize-controls', get_theme_file_uri( '/js/customize-controls.js' ), array(), '20181214', true ); }