Allow filtering Kadence_Woomail_Settings::$default_values
-
Hi,
I’m trying to integrate Kadence WooCommerce Email Designer with another plugin taht sends transactional emails and I miss the ability to add default subject, heading and body values for the emails to
Kadence_Woomail_Settings::$default_values
. My simple solution was to change line 2409 ofincludes/class-kadence-woomail-settings.php
fromreturn self::$default_values;
to
return apply_filters( 'kadence_woomail_default_values', self::$default_values );
I think developers will appreciate if you consider adding similar change in your next release.
All the best,
Milen Petrinski – Gonzo
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Allow filtering Kadence_Woomail_Settings::$default_values’ is closed to new replies.