Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Forked from jamiemitchell/functions.php
Created June 24, 2014 19:17
Show Gist options
  • Save theodorocaliari/e0019f88d965b6717c8c to your computer and use it in GitHub Desktop.
Save theodorocaliari/e0019f88d965b6717c8c to your computer and use it in GitHub Desktop.
<?php
/* Removes Wordpress Default Gallery css
------------------------------------------------------------ */
add_filter( 'use_default_gallery_style', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment