overrides $_GET[‘page’]
-
Something in this plugin overrides the $_GET[‘page’] parameter and sets it to ‘wpcf7’.
I had multiple plugins that were breaking on a specific site. Digging into one of them I found it was failing after checking if the page started with their prefix:if ( strpos( $_GET['page'], 'pmxe-' ) === false ) { return; }I echoed
$_GET['page']and it came back as wpcf7. I disabled the Contact form 7 plugin but still happened. Then I noticed we had this spam plugin installed. After removing it, all of our broken plugins started working.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.