Method | Description | |
---|---|---|
add ( string $tag, string $description, callable $func ) | Add an email tag. | |
do_tag ( $m ) : mixed | Do a specific tag, this function should not be used. Please use give_do_email_tags instead. | |
do_tags ( string $content, integer $payment_id ) : string | Search content for email tags and filter email tags through their hooks. | |
email_tag_exists ( string $tag ) : boolean | Check if $tag is a registered email tag. | |
get_tags ( ) : array | Returns a list of all email tags | |
remove ( string $tag ) | Remove an email tag. |
public email_tag_exists ( string $tag ) : boolean | ||
$tag | string | Email tag that will be searched. |
return | boolean |