We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a700a commit cc9e784Copy full SHA for cc9e784
woocommerce/Emails/Traits/HasEmailPreviewValuesTrait.php
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+namespace SkyVerge\WooCommerce\PluginFramework\v5_15_5\Emails\Traits;
4
5
+/**
6
+ * Adds improved support for the experimental "Email Improvements" feature, by populating any missing properties
7
+ * with default/placeholder values.
8
+ *
9
+ * {@see \Automattic\WooCommerce\Internal\Admin\EmailPreview\EmailPreview::set_email_type()}
10
+ */
11
+trait HasEmailPreviewValuesTrait
12
+{
13
+ /**
14
+ * Sets "Preview" values on the email object.
15
16
+ abstract public function setPreviewValues() : void;
17
+}
0 commit comments