Filter: bricks/user_activation_email/subject
Filters the subject for Bricks user activation emails.
Parameters
Section titled “Parameters”$subject(string): The email subject.$user_id(int): The user ID receiving the activation email.
Example usage
Section titled “Example usage”add_filter( 'bricks/user_activation_email/subject', function( $subject, $user_id ) { return '[Site access] Activate your account';}, 10, 2 );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Thanks for sharing feedback. We're using it to improve these docs.