Description
Filters the content for the email subject received by the user when an administrator has rejected the request.
Arguments
- $subject(string) - 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' );
Used in
- admin/preview.php - line 59
- includes/actions-b3.php - line 82