Error caused by is_tax() function
-
The plugin randomly gives the following error on my website:
[20-Jun-2024 14:14:02 UTC] PHP Notice: Function is_tax was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /data/web/public/wp/wp-includes/functions.php on line 6078
I have located in the plugin files the is_tax() is used twice in the file rearrange-woocommerce-products.php on lines 421 and 423. When I remove these lines and add $checker = false, the error is not shown anymore.
Is this something you guys can look into?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.