remove_image_size doesn’t seem to be working
I don’t think it works that way. I think remove_image_size only affects image sizes created by plugins or themes, not the core ones in WordPress (could be wrong). If you want to use it to remove “custom” sizes you added, you will still need to hook it into an action to actually run it: function … Read more