plugin nav menu roles isn't showing

Hi there,

It seems Betheme isn't compatible with the plugin: nav menu roles. On the plugin's support page it's said to add the following code:
<?php 
// Place this in your admin nav menu Walker
do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );
// end added section 
?>
I believe it should be placed in betheme/functions/theme-mega-menu.php @ line 95:    
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {...

Could you help me with the proper placement?

Thanks, Ed'

Comments

Sign In or Register to comment.