Removing elements in customer email
-
My customer emails and my customer confirmation page include an unwanted link to the Customer area (‘View my bookings”). This is possibly generated by a plugin through the code that follows.
Unfortunately the plugin guy is not giving support to anyone, so I am asking if someone is kind enough to tell me how can I get rid of this element both in my Woocommerce emails and in my confirmation page — maybe a filter or something.
<div class="mvvwb-summary-actions"> <a href="<?php echo esc_url(wc_get_endpoint_url('bookings', '', wc_get_page_permalink('myaccount'))); ?>"> <?php esc_html_e('View my bookings →', 'booking-for-woocommerce'); ?></a> </div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Removing elements in customer email’ is closed to new replies.