Skip to content

Instantly share code, notes, and snippets.

@ovizii
Created April 10, 2014 15:20
Show Gist options
  • Save ovizii/10393343 to your computer and use it in GitHub Desktop.
Save ovizii/10393343 to your computer and use it in GitHub Desktop.
Remove image sizes
update_option( 'thumbnail_size_h', 0 );
update_option( 'thumbnail_size_w', 0 );
update_option( 'medium_size_h', 0 );
update_option( 'medium_size_w', 0 );
update_option( 'large_size_h', 0 );
update_option( 'large_size_w', 0 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment