Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Last active December 25, 2015 05:09
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 jameskoster/6922224 to your computer and use it in GitHub Desktop.
Save jameskoster/6922224 to your computer and use it in GitHub Desktop.
WordPress - Enqueue Masonry
add_action( 'wp_enqueue_scripts', 'jk_masonry' );
function jk_masonry() {
wp_enqueue_script( 'jquery-masonry', array( 'jquery' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment