> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/brw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/brw/faqs/list-hook-for-template/other.md).

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