Plugin causing PHP errors on is_feed() function
-
When I activate the plugin I get the following error. My test site has errors being displayed so I can catch things like this.
Notice: is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in xtremelysocial.com/test/wp-includes/functions.php on line 3547
This happens even when I turn OFF all options within the plugin. Meaning it happens even when no javascript, CSS, or HTML is being minified.
Since the error is happening within WordPress core itself, this is really hard to try to debug. I’m very proficient with PHP and WordPress (I have 4 themes on www.remarpro.com), but I’d need to be pointed in the right direction from the standpoint of this particular plugin as I’m not familiar with it.
- The topic ‘Plugin causing PHP errors on is_feed() function’ is closed to new replies.