DevDmBootstrap4

Twitter Bootstrap 4 WordPress Starter Theme for Developers

Theme File: customizer.js

Name: customizer.js

Path: devdmbootstrap4/assets/js/customizer.js

Source: https://github.com/dannymachal/devdmbootstrap4/blob/master/assets/js/customizer.js

This is the javascript file that can be used to extend the functionality of the WordPress customizer. It is enqueued inside includes/customizer.php.  Our theme customizer options are using transport refresh for our options and not transport postMessage so there is nothing in this file.

Learn more about the Theme Customization API.

( function( $ ) {

} )( jQuery );