Filter: jb_mail_placeholders

apply_filters( 'jb_mail_placeholders', $tags, $args ) → {array}

Filters the email notification placeholders tags. You may add your custom placeholders tags here.

Parameters:
Name Type Description
$tags array

Email notification placeholders list.

$args array

Arguments passed to the function. There can be data to replace placeholders.

Since:
  • 1.0
Source:
Returns:

Email notification placeholders list.

Type
array