bp_email, $email_type, $this

bp_email, $email_type, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_email, $email_type, $this') is found 1 times:

  • /bp-core/classes/class-bp-email.php line 211
    		 *
    		 * @param string   $email_type Unique identifier for this type of email.
    		 * @param BP_Email $email      Current instance of the email type class.
    		 */
    		do_action( 'bp_email', $email_type, $this );
    	}
    
    	/*
    	 * Setters/getters.
    	 */