Customize the WC transactional email template based on WC settings [MAILPOET-2339]
This commit is contained in:
@ -75,6 +75,7 @@ class NewsletterEditor {
|
||||
'woocommerce' => [
|
||||
'email_base_color' => $this->wp->getOption('woocommerce_email_base_color', '#000000'),
|
||||
'email_heading' => $this->wc_transactional_emails->getEmailHeading(),
|
||||
'email_text_color' => $this->wp->getOption('woocommerce_email_text_color', '#000000'),
|
||||
],
|
||||
];
|
||||
$this->wp->wpEnqueueMedia();
|
||||
|
Reference in New Issue
Block a user