do_action( 'jb_after_email_notification_sending', $email, $template, $args )
Fires after sending email notification via JobBoardWP plugin.
Parameters:
Name | Type | Description |
---|---|---|
$email |
string | Recipient email address. |
$template |
string | Email template key. |
$args |
array | Passed into the |
- Since:
- 1.1.0
- Source: