PluginProbe
YayMail – WooCommerce Email Customizer / 4.3.2
YayMail – WooCommerce Email Customizer v4.3.2
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/Abstracts/BaseEmail.php +1 -1 trunk4.3.2 View file →
@@ -84,9 +84,9 @@
84 84 /**
85 85 * Function check current template is WooCommerce email
86 86 * Return boolean
87 87 */
88 - protected function is_template_email( $email ) {
88 + protected function is_template_email( \WC_Email $email ) {
89 89 return ! empty( $email->id ) && $email->id === $this->id;
90 90 }
91 91
92 92 public function get_language( $order ) {