eighteen73 / wp-cli-tools

WP-CLI commands to assist our development workflow
1 stars 0 forks source link

Activating plugins is unreliable #20

Closed edjeavons closed 7 months ago

edjeavons commented 9 months ago

Plugins sometimes can't be activated during sync. They fail with:

Warning: Plugin xxx is not available to activate

The method Sync::is_plugin_installed() must not be finding it in get_plugins().

edjeavons commented 7 months ago

Fixed