Skip to content

Instantly share code, notes, and snippets.

@jacknycz
Created February 28, 2014 17:09
Show Gist options
  • Save jacknycz/9275093 to your computer and use it in GitHub Desktop.
Save jacknycz/9275093 to your computer and use it in GitHub Desktop.
/* Plugin */
wp_enqueue_script( 'plugin-js', get_template_directory_uri() . '/js/filename.js', array( 'jquery' ), '1', true );
wp_enqueue_style( 'plugin-css', get_template_directory_uri() . '/css/filename.css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment