Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Created February 5, 2016 13:04
Show Gist options
  • Select an option

  • Save jameskoster/2f16a5ede8cf254a9682 to your computer and use it in GitHub Desktop.

Select an option

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