Skip to content

Instantly share code, notes, and snippets.

@morganestes
Last active December 19, 2015 06:29
Show Gist options
  • Select an option

  • Save morganestes/5911565 to your computer and use it in GitHub Desktop.

Select an option

Save morganestes/5911565 to your computer and use it in GitHub Desktop.
Register and enqueue a script in WordPress
<?php
wp_enqueue_script( 'square-main', get_stylesheet_directory_uri() . '/js/scripts.js', array( 'jquery' ), null, true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment