Skip to content

Instantly share code, notes, and snippets.

@jhned
Created October 20, 2015 15:51
Show Gist options
  • Save jhned/f08a50a46e3ca4e1e7f8 to your computer and use it in GitHub Desktop.
Save jhned/f08a50a46e3ca4e1e7f8 to your computer and use it in GitHub Desktop.
add_filter('intermediate_image_sizes_advanced', function($sizes) {
unset( $sizes['thumbnail']);
unset( $sizes['medium']);
unset( $sizes['large']);
return $sizes;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment