'logo' // string, Logourl showed in top of email
'intro_header' // string, Title showen in top of email
'intro_text' // string, Text showen in top of email
'button_cta_text' // string, NULL to hide
'button_cta_url' // string, NULL to hide
add_action('cife_notification_mail_vars', function ($html_vars) {
$html_vars['logo'] = "...";
return $html_vars;
});
cife_notification_mail_vars
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.