document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function mytheme_customizer_controls_js() {
  2.    wp_enqueue_script( \'mytheme_customizer_controls\', get_template_directory_uri() . \'/js/customizer-controls.js\', array( \'jquery\' ), \'20160321\', true );
  3. }
  4. add_action( \'customize_controls_enqueue_scripts\', \'mytheme_customizer_controls_js\' );
');