Description
Filters the content for the email subject received by the user when an administrator has rejected the request.
Arguments
- (string) - $subject
Your custom subject.
Return
(string) The email subject sent to the user.
Usage
function b3_account_rejected_subject( $subject ) {
return 'Account rejected for %blog_name%';
}
add_filter( 'b3_account_rejected_subject', 'b3_account_rejected_subject' );