a get_terms not working after wp 6.0
-
Hi, we have this code that uses the get_terms functions to roll out a product category navigation.
Since WP6.0 it doesn’t work anymore, only when we deactivate Redis caching.
We see 2 sympthoms:
– an empty $product_categories array
– or the second get_terms in our code outputs always the same (that is the most common)This is a screenshot of the code: https://share.woofers.be/d5uOW9GN
The code was working great before wp6.0 with Redis on. Now it seems that the second get_terms in that loop gets stuck in memory. I tried to empty the parameters, without results.
Any idea what can be the solution here?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘a get_terms not working after wp 6.0’ is closed to new replies.