Filter: bricks/user_activation_email/content
Filters the content for Bricks user activation emails.
Parameters
Section titled “Parameters”$content(string): The email content.$user_id(int): The user ID receiving the activation email.
Example usage
Section titled “Example usage”add_filter( 'bricks/user_activation_email/content', function( $content, $user_id ) { return $content;}, 10, 2 );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.