My debug.log is littered with PHP notices reporting that is_404 and is_feed are being called incorrectly. I have traced this back to this file.
[28-Mar-2019 22:17:21 UTC] PHP Notice is_404 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.0.) in /home4/thefrage/public_html/thefragens.com/wp-includes/functions.php on line 4667
[28-Mar-2019 22:17:21 UTC] PHP 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.0.) in /home4/thefrage/public_html/thefragens.com/wp-includes/functions.php on line 4667
My debug.log is littered with PHP notices reporting that
is_404
andis_feed
are being called incorrectly. I have traced this back to this file.This PR should fix those issues.
Ping @MikeHansenMe