Add bellow code to functions.php file in child theme
add_filter( 'brw_show_vehicle_order_frontend', function(){ return false; } );
Last updated 1 year ago