wordpress-plugin
wordpress-plugin copied to clipboard
Cli command missing
I usually patch resmushitwpcli.class.php at the bottom with:
if( defined( 'WP_CLI' ) && WP_CLI ) {
WP_CLI::add_command( 'resmushit', 'reSmushitWPCLI' );
}