Filter email message
-
Hello,
Nice plugin!
I’m trying to change the email message through filters following the last example on this page: https://betternotificationsforwp.com/documentation/compatibility/useful-functions/
Neither
bnfw_notification_message
norbnfw_registration_email_message
seem to be working.Currently I have this in functions.php but the registration message is just coming through as it’s setup in the admin:
add_filter( 'bnfw_registration_email_message', 'bnfw_test', 10, 2 ); function bnfw_test( $message, $setting ) { $message = "<h1>Hello</h1>{$message}"; return $message; }
Any help much appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Filter email message’ is closed to new replies.