eventespresso / eea-recurring-events-manager

EE4 Recurring Events Manager add-on for Event Espresso 4
GNU General Public License v3.0
0 stars 1 forks source link

Ensure WP GraphQL is Loaded Before Registering Add-on #35

Closed tn3rb closed 4 years ago

tn3rb commented 4 years ago

After switching to EE core master branch to work on something there, I refreshed the WP plugins page while REM was still active which kinda resulted in a WSOD. This is because we haven't yet set the correct min EE core version since EDTR has not been merged into master. So as an additional safeguard, this PR adds a check for the WP GQL plugin that is bundled with core before registering the plugin.