1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php // phpcs:ignoreFile /** * Plain email header * * Override this template by copying it to yourtheme/automatewoo/email/plain/email-header.php * */
if ( ! defined( 'ABSPATH' ) ) exit;
?>
<html><body><?php // important to set a body tag for preheader usage ?>
|