We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The detection of WooCommerce using is_plugin_active() does not take into account mu-plugins.
is_plugin_active()
WooCommerce to be detected as installed and the plugin to prompt for further setup (connecting to PayPal)
Setup is blocked as WooCommerce is not detected.
The text was updated successfully, but these errors were encountered:
Fixes woocommerce#461
162fdb0
I'm experiencing the same issue - hopefully someone will get around to approve this fix. Thanks @areklam! :)
Sorry, something went wrong.
Fixed in #498
Successfully merging a pull request may close this issue.
Describe the Bug
The detection of WooCommerce using
is_plugin_active()
does not take into account mu-plugins.To Reproduce
Screenshots
Expected Behavior
WooCommerce to be detected as installed and the plugin to prompt for further setup (connecting to PayPal)
Actual Behavior
Setup is blocked as WooCommerce is not detected.
The text was updated successfully, but these errors were encountered: