bp_email, $email_type, $this
bp_email, $email_type, $this
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_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. */