Plugin doesn’t declare image sizes properly
-
The plugin makes new image sizes, but does not declare them with add_image_size(). Instead it adds new files to the uploads folder which are unregistered, and plugins like https://wordpress.org/plugins/image-cleanup/ will delete the files when run.
Why doesn’t the plugin use add_image_size()?
The topic ‘Plugin doesn’t declare image sizes properly’ is closed to new replies.