For the devs

How to Add Product Title to the Enquiry Modal Title?


If you want to add the product name to the title of the enquiry form you can use the following snippet. Put this into your functions.php of your child theme. function modify_modal_title($title) { global $post; return $title . ' for...