For the complete documentation index, see llms.txt. This page is also available as Markdown.

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