-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
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
is_plugin_active #129
Comments
Can confirm the issue in Wordpress 5.9.3, the above fix worked for me to get around it in two of my sites. But yeah - I'm also not fluent in Wordpress (or PHP) so it would be good to have a solid upstream fix. |
^ Submitted a patch for handling this. |
I've filed a similar PR to address where the function does not need to exist and instead relies on the This fixes the issue with:
Hope this helps! |
I've installed the wordpress-saml plugin (Word Press Version 5.9.1, PHP 7.4) and I'm seeing an error 'function not found : is_plugin_active' when I use the /wp-login.php?normal option (SAML wasn't configured correctly, so I was trying to get to a standard wordpress login).
I fudged the PHP code in saml_custom_login_footer() to get past the error by using :
but not being fluent in wordpress development, there's probably a better way...
The text was updated successfully, but these errors were encountered: