Edit html for menu items in default frontend menu

add_filter( ‘wp_page_menu’, ‘your_custom_menu_item’, 10, 2 );

Leave a Comment