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