WordPress plugin that integrates image resizing and optimization functionality similar to the https://github.com/krysits/ecommerce-image-tool.
© 2025 Kristaps Ledins @krysits https://github.com/krysits
GPLv3 - GNU GENERAL PUBLIC LICENSE Version 3
- Create a folder in
/wp-content/plugins/calledecommerce-image-toolby executing Git command in plugins foldergit clone [email protected]:/krysits/ecommerce-image-plugin ecommerce-image-tool - Activate the plugin in WordPress admin
- Go to Media → Image Optimizer
- Configure your settings (format, dimensions, quality)
- Click "Select Images" to choose from media library
- Click "Start Processing"
- Watch the progress bar and log
- Processed images appear in
/wp-content/uploads/ecit-square/and/ecit-landscape/
The plugin includes proper security (nonce verification, capability checks), error handling, and follows WordPress coding standards.