Filter: jb_mail_replace_placeholders

apply_filters( 'jb_mail_replace_placeholders', $tags_replace, $args ) → {array}

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

Parameters:
Name Type Description
$tags_replace array

Email notification replace placeholders list.

$args array

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

Since:
  • 1.0
Source:
Returns:

Email notification replace placeholders list.

Type
array