apply_filters( 'bbp_user_email_update_content', string $email_text, string $r )

Filter the email text sent when a user changes emails.


Description Description

The following strings have a special meaning and will get replaced dynamically:

%1$s – The current user’s username %2$s – The link to click on to confirm the email change %3$s – The new email %4$s – The name of the site %5$s – The URL to the site


Parameters Parameters

$email_text

Text in the email.

$r

New user email that the current user has changed to.


Top ↑

Source Source

File: includes/users/functions.php


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.