PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
woocommerce
/
emails
<?php /** * Customer "promotional" email. * * @package XTS */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <?php do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <?php echo wp_kses_post( $email_content ); ?> <p> <small> <?php echo wp_kses( sprintf( __( 'If you don\'t want to receive any further notification, please %s', 'woodmart' ), '<a href="' . woodmart_get_unsubscribe_link( $email->user->ID ) . '">' . esc_html__( 'unsubscribe', 'woodmart' ) . '</a>' ), true ); ?> </small> </p> <?php do_action( 'woocommerce_email_footer', $email ); ?>
[-] price-tracker-subscribe.php
[edit]
[-] on-sale-product.php
[edit]
[-] wd-email-styles.php
[edit]
[-] waitlist-in-stock.php
[edit]
[-] promotional.php
[edit]
[+]
plain
[-] review-reminder.php
[edit]
[-] abandoned-cart.php
[edit]
[-] price-tracker.php
[edit]
[+]
..
[-] waitlist-subscribe-email.php
[edit]
[-] waitlist-confirm-subscription-email.php
[edit]
[-] back-in-stock.php
[edit]