Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2015 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/091811a11efdedc04d95 to your computer and use it in GitHub Desktop.
Save anonymous/091811a11efdedc04d95 to your computer and use it in GitHub Desktop.
<?php
public static function live_preview() {
wp_enqueue_script(
'ari-themecustomizer', // Give the script a unique ID
get_template_directory_uri() . '/theme-customizer.js', // Define the path to the JS file
array( 'jquery', 'customize-preview' ), // Define dependencies
'', // Define a version (optional)
true // Specify whether to put in footer (leave this true)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment