Filter: bricks/user_activation_email/from_name
Filters the sender name for Bricks user activation emails.
Parameters
Section titled “Parameters”$from_name(string): The email sender name.$user_id(int): The user ID receiving the activation email.
Example usage
Section titled “Example usage”add_filter( 'bricks/user_activation_email/from_name', function( $from_name, $user_id ) { return get_bloginfo( 'name' );}, 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.