Filter: jb_email_sending_placeholders

apply_filters( 'jb_email_sending_placeholders', $args, $email, $template ) → {array}

Filters the email notification placeholders.

Parameters:
Name Type Description
$args array

Passed into the send() function arguments. There can be data to replace placeholders.

$email string

Recipient email address.

$template string

Email notification key.

Since:
  • 1.2.8
Source:
Returns:

Passed into the send() function arguments.

Type
array