bp_email_recipient, $email_or_user, $name, $this

bp_email_recipient, $email_or_user, $name, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_email_recipient, $email_or_user, $name, $this') is found 1 times:

  • /bp-core/classes/class-bp-email-recipient.php line 109
    		 *                                                or an array containing any combination of the above.
    		 * @param string                   $name          If $email_or_user is a string, this is the recipient's name.
    		 * @param BP_Email_Recipient       $recipient     Current instance of the email type class.
    		 */
    		do_action( 'bp_email_recipient', $email_or_user, $name, $this );
    	}
    
    	/**
    	 * Get recipient's address.
    	 *
    	 * @since 2.5.0