Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Created February 5, 2016 13:04
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/2f16a5ede8cf254a9682 to your computer and use it in GitHub Desktop.
Save jameskoster/2f16a5ede8cf254a9682 to your computer and use it in GitHub Desktop.
Galleria - Disable masonry
add_action( 'wp_enqueue_scripts', 'jk_disable_masonry', 999 );
function jk_disable_masonry() {
wp_dequeue_script( 'masonry' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment