do_action( 'bp_email', string $email_type , BP_Email $this )
Fires inside __construct() method for BP_Email class.
Description Description
Parameters Parameters
- $email_type
-
Unique identifier for this type of email.
- $this
-
Current instance of the email type class.
Source Source
File: bp-core/classes/class-bp-email.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |