Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. function remove_image_size__95344($possible_sizes) {
  2.  
  3. unset( $possible_sizes['small-wide-cropped']);
  4. unset( $possible_sizes['small-square-cropped']);
  5. unset( $possible_sizes['billboard-cropped']);
  6. unset( $possible_sizes['tiny-wide-cropped']);
  7. unset( $possible_sizes['tiny-square-cropped']);
  8. unset( $possible_sizes['smaller-wide-cropped']);
  9.  
  10.  
  11. return $possible_sizes;
  12.  
  13. }
  14. add_filter('image_size_names_choose', 'remove_image_size__95344');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement