# 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; } );
