I'm using WordPress with my own custom plugin that integrates with Cloudinary. However, I've encountered an issue: when I edit or add images to a post, the images are being saved to the WordPress media library instead of exclusively to Cloudinary.
Does anyone know how I can prevent WordPress from storing images locally and ensure that they are only saved to Cloudinary? Any small tips, methods, or even a tutorial would be greatly appreciated!
consider I don't use cloudinary plugin directly wordpress, I use cloudinary configuration only my plugin with composer
Thank you!