PluginProbe
YayMail – WooCommerce Email Customizer / 4.3.3
YayMail – WooCommerce Email Customizer v4.3.3
4.4.4 4.4.3 4.4.2 4.4.1 trunk 1.9.6 2.1.4 2.1.5 3.2.2 3.2.6 3.2.7.1 3.2.8.1 3.2.9 3.3 3.3.1 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4 3.4.1 3.4.2 3.4.3 All 55 releases
← All changes | src/Emails/CustomerNote.php +1 -1 trunk4.3.3 View file →
@@ -82,7 +82,7 @@
82 82 return $default_elements;
83 83 }
84 84
85 85 public function get_template_path() {
86 - return yaymail_get_template( 'emails/customer-note.php', '', YAYMAIL_PLUGIN_PATH . 'templates/' );
86 + return YAYMAIL_PLUGIN_PATH . 'templates/emails/customer-note.php';
87 87 }
88 88 }