wordpress-plugin icon indicating copy to clipboard operation
wordpress-plugin copied to clipboard

Wordpress plugin for reSmush.it : the Free Image Optimization API. Image optimizer plugin. See https://wordpress.org/plugins/resmushit-image-optimizer/

Results 4 wordpress-plugin issues
Sort by recently updated
recently updated
newest added

https://github.com/charlyie/resmushit-wordpress/blob/01872a597fa336ef2b2c76e9fa77532cd1c86768/classes/resmushitWPCLI.class.php#L126-L130 As you can see here this means that if you have like 48000~ images for any image process there is a db query this is not good for performances......

1. Add missing text domain. 2. Make UI string localizable.

I usually patch resmushitwpcli.class.php at the bottom with: ``` if( defined( 'WP_CLI' ) && WP_CLI ) { WP_CLI::add_command( 'resmushit', 'reSmushitWPCLI' ); } ```