Preventing Previously Defined Image Sizes from Uploading
-
Hi all,
I created some custom image sizes a while back (I can’t remember how), and now they always upload whenever I upload a new image to the wordpress media library.
I’m running multisite and have multiple themes installed. All themes have this problem, and although I am able to remove those unwanted, previously-defined sizes by using the remove_image_size function in a theme’s functions.php (as described here: https://codex.wordpress.org/Function_Reference/remove_image_size), it only works when that code is left in the functions.php of the theme. Newly uploaded images have all the unwanted sizes show again after I remove the code.
Does anybody know what is causing this error and how I can fix it? Thank you very much for your help.
The page I need help with: [log in to see the link]
The topic ‘Preventing Previously Defined Image Sizes from Uploading’ is closed to new replies.