Filter: wpt_tag_default

apply_filters( 'wpt_tag_default', $char, $t_id, $context ) → {string}

Change the default tag character when replacing tags in titles & descriptions. Default '#'.

Parameters:
Name Type Description
$char string

Character used to convert tags into hashtags.

$t_id int

Term ID.

$context string

Flag indicating whether this is post content or a title.

Source:
Returns:
Type
string