PHP Notice: is_tax called incorrectly
-
I just installed WP Mail Logging and started getting the following line repeatedly in my debug log:
[12-Apr-2016 17:25:27 UTC] PHP Notice: is_tax 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 /home2/rebelssc/public_html/wp-includes/functions.php on line 3792
When I disable WP Mail Logging the notices stop. As soon as I enable the plugin they start again. I can’t test whether switching to a standard WP theme makes any difference because it’s a live site and it’s getting hit pretty frequently.
The best I can tell, a new notice is generated on every page load. This adds up really fast.
- The topic ‘PHP Notice: is_tax called incorrectly’ is closed to new replies.