Skip to content
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

Fix Undefined is_plugin_active function #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michael-sumner
Copy link

@michael-sumner michael-sumner commented Dec 21, 2023

When visiting the /wp-login.php page we've discovered that there is a fatal error emitted here:

Screenshot 2023-12-21 at 12 42 01

This fix addresses that issue by replacing the is_plugin_active function with an alternative solution.

This issue also appears within Pantheon hosting, where the WP core files are slightly different from the standard WP installation.

Closes #135

Issue: #129

@michael-sumner michael-sumner changed the title Replace Undefined is_plugin_active function Fix Undefined is_plugin_active function Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant