include the core plugin files on the login page#135
include the core plugin files on the login page#135gthayer wants to merge 1 commit intoSAML-Toolkits:masterfrom gthayer:fix/active-plugin-error
Conversation
|
ping @pitbulk |
|
Yes please merge this PR, we need this fix for upgraded version where it is breaking. |
|
Im trying to get privileges again on this and rest of SAML repos |
|
Any progress on this? |
|
@tomasvanagas - Still working on getting @pitbulk access. I wish I had a better answer 😞 |
|
@mrmoss any progress giving me access to WP plugin at Github and Wordpress site? |
|
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! |
Issue: #129
Fixes the missing function error by including the WordPress core functions. I am not clear why newer versions of WP are breaking, but the root of the issue comes down to the plugin firing the
is_plugin_activefunction before WordPress has loaded it.