Other

Hide Vehicle ID at frontend and Order Mail:

Add bellow code to functions.php file in child theme

add_filter( 'brw_show_vehicle_order_frontend', function(){ return false; } );

Last updated