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

Cli command missing

Open Mte90 opened this issue 6 months ago • 0 comments

I usually patch resmushitwpcli.class.php at the bottom with:

if( defined( 'WP_CLI' ) && WP_CLI ) {
WP_CLI::add_command( 'resmushit', 'reSmushitWPCLI' );
}

Mte90 avatar Jun 18 '25 10:06 Mte90