Skip to content

Instantly share code, notes, and snippets.

@johnpbloch
Created January 2, 2013 19:51
Show Gist options
  • Save johnpbloch/4437363 to your computer and use it in GitHub Desktop.
Save johnpbloch/4437363 to your computer and use it in GitHub Desktop.
console.log('Here');
<?php
/*
Plugin Name: Test
*/
add_action('load-nav-menus.php', function(){
wp_enqueue_script( 'test-script', plugins_url('test.js', __FILE__), array( 'nav-menu' ), '0.1' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment