[ad_1]
Hello @asmarif ,
Greetings! To hide the quote list page from the menu header, you can either adjust your theme’s menu settings or comment out the code snippet provided below on your website.
//add_action( ‘wp_nav_menu_items’, array( self::class, ‘add_minicart_to_header’ ) , 10, 2); under the file name plugin_folder/src/RequestAQuote.php
Hope this clarifies! Please don’t hesitate to reach out to us if you have any questions.
Note – Commenting on the code might cause the quote list page to be hidden from the menu header, depending on the installed theme of your website.