Great ! Now it seems to work like a charm.
Tested with wp_bootstrap_navwalker and a theme custom walker.
Thank you very much for your great job.
Hi James,
I have the same problem as Jayesh : how to use jc submenu and a custom menu walker (from another plugin or myself) at once.
The two options you gave above do not work for me.
For now I found a workaround, but it would be a useful feature definitely.
Regards.
Thread Starter
robono
(@robono)
Another correction I think should be done : line 160 the add_submenu_page function is used in a deprecated way. The capability arg should be something like ‘manage_options’ and no more a level number.
Thread Starter
robono
(@robono)
Ok, that’s what I was hoping to avoid as I don’t like to implement theme dependent functionality. Anyway thanks for the reply.