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