Action: jb_before_email_notification_sending

do_action( 'jb_before_email_notification_sending', $email, $template, $args )

Fires before 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 send() function arguments. There can be data to replace placeholders.

Since:
  • 1.1.0
Source: