Description
Filters the content for the email message received by the user when he/she has clicked the activation link.
Arguments
- (string) - $message
Your custom message.
Return
(string) The email content sent to the user.
Usage
function b3_account_activated_message_user( $message ) {
return 'Account activated';
}
add_filter( 'b3_account_activated_message_user', 'b3_account_activated_message_user' );
Used in
- includes/actions-b3.php - line 60
- includes/preview.php - line 32