Table of Contents
Description #
This filter returns the base colors that are used in the email.
apply_filters('fluentform_email_template_colors', $colors);
Usage #
add_filter('fluentform_email_template_colors', function ($colors) {
// do your stuff
return $colors;
}, 10, 1);
Parameters #
- $colors (array) Colors
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in resources/views/email/template/styles.php