b3_account_approved_subject()

Description

Filters the content for the email subject received by the user when an administrator has approved the request.

Arguments

  • $subject
    (string) - Your custom subject.

Return

(string)   The email subject sent to the user.

Usage

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

Used in

Tags