Viewing 2 replies - 1 through 2 (of 2 total)
  • just replace

    $menus = wp_get_nav_menus();

    with

    $args = array('nav-menu');
    $menus = wp_get_nav_menus($args);
    Plugin Author Travis Smith

    (@wpsmith)

    `$args = array(‘nav-menu’);
    $menus = wp_get_nav_menus($args);`

    That doesn’t accomplish anything??

    First, have you tried removing all of your plugins and re-activating them one by one to see if there is a plugin conflict?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Custom Menu Filter Plugin] Not working’ is closed to new replies.