Visible Edit Shortcut for WordPress menu that uses nav walker
Nav menus in will use selective refresh by default when they are output into the page via wp_nav_menu() but with a few restrictions on the arguments. For the exact requirements on the $args, see WP_Customize_Nav_Menus::filter_wp_nav_menu_args(). In short, if you’re using a custom walker, then you need to pass it as a class name string instead … Read more