Cannot get registered nav menus with switch to blog
-
I’m trying to get the registered navigation menus for a certain blog in my network, but it only returns the navigation menus for the main blog, no matter what I do. Here is my code:
switch_to_blog($blog_id); $menus = get_registered_nav_menus(); var_dump($menus); //Always displays the menu locations for the main blog restore_current_blog();
This works for other functions. Why doesn’t it work for this one, and is there a workaround?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Cannot get registered nav menus with switch to blog’ is closed to new replies.