Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, yes, write your own walker, remove plugin filter from walker_nav_menu_start_el, copy-paste code from plugin ??

    Thread Starter Johan Benjaminsson

    (@johanbenjaminsson)

    Thanks! I removed the filter

    global $menu_image;
    remove_filter( 'walker_nav_menu_start_el', array( $menu_image, 'menu_image_nav_menu_item_filter') );

    And looked on your code how you inserted the image. Worked perfectly, thanks!

    Your welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get image in the walker’ is closed to new replies.