Customizing Email Templates #6643
-
When customizing the email templates in /give/templates/emails/ since these are core plugin files, will these be overwritten when the plugin updates? Feature Suggestion: I would suggest adding filter hooks in header-default.php to each of the style variables similar to what is used in footer-default.php. This could be optimized into a single template file (string) that could be filtered prior to processing by Give_Emails::build_email() which would give developers full control over the email templates without needing to modify any core template files directly. Changing the width of the branding image in the email was a hassle but could be done with a filter.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@theotillotson GiveWP emails use the WordPress templating system, which allows for customizing templates without the changes being lost during a plugin update. Here are some details on how you can customize the email templates in GiveWP: https://givewp.com/documentation/core/settings/emails/customizing-email-templates/ |
Beta Was this translation helpful? Give feedback.
@theotillotson GiveWP emails use the WordPress templating system, which allows for customizing templates without the changes being lost during a plugin update.
Here are some details on how you can customize the email templates in GiveWP: https://givewp.com/documentation/core/settings/emails/customizing-email-templates/