Roger Peters
Roger Peters
Can confirm this is still an issue. Works fine until you try and use it in release mode on a device. Will try integrating the code directly. Thanks for the...
I ran into this same issue trying to create a child theme. I found this article which explains what causes the issue (mentioned above as using get_template_directory_uri() instead of get_stylesheet_directory_uri():...
After looking at the history it looks like it was never implemented, and the local Left/Right member properties were removed to get rid of compiler warnings due to them being...
Confirming and following up with further details. Basically before WP 6.1.1 I could run a query like this: ``` query allMenus { menus { nodes { language locations } }...
In case it is helpful to anyone, our workaround for this issue was to instead use the REST API with a menus extension such that we can query for all...