Filter: wpt_custom_tag

apply_filters( 'wpt_custom_tag', string, int )

Filter the value of a custom template tag.

Parameters:
Name Type Description
string

$tag_value The output for a custom tag. Default empty.

int

$post_ID The post ID.

Source:
Returns:

string