b3_account_rejected_subject()

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

  1. function b3_account_rejected_subject( $subject ) {
  2.     return 'Account rejected for %blog_name%';
  3. }
  4. add_filter( 'b3_account_rejected_subject', 'b3_account_rejected_subject' );

Used in

Tags