Hi – using the Events Calendar Pro 4.5.8 and The Events Calendar 4.4.14, I am getting 10 instances of the following error at the top of my Plugins pag in the admin:
Notice: is_current_page was called incorrectly. Function was called before it is possible to accurately determine what the current page is. Please see Debugging in WordPress for more information. (This message was added in version 4.5.6.) in wp-includes/functions.php on line 4139
This error only appears when The Events Calendar is enabled, and appears even if other plugins are disabled. We’ve been using the plugin successfully until now without this error. I’m guessing it won’t show on the production site without Debug enabled, but I still would like to sort it.
A search of your code suggests your plugin calls the is_current_page() function on lines 91 and 103 of the-events-calendar/common/src/Tribe/App_Shop.php and line 109 of the-events-calendar/common/src/Tribe/Log/Admin.php.
Any thoughts? Thanks! 🙂
Tim