I <3 WP CLI. Delete all inactive plugins using WP-CLI:
wp plugin delete $(wp plugin list –field=name –format=csv –status=inactive)
I <3 WP CLI. Delete all inactive plugins using WP-CLI:
wp plugin delete $(wp plugin list –field=name –format=csv –status=inactive)
Leave a Reply