Filter: wpt_tags

apply_filters( 'wpt_tags', $tags ) → {array}

Add a new template tag placeholder.

Parameters:
Name Type Description
$tags array

Array of strings for each tag, e.g. 'blog' for #blog#.

Source:
Returns:
Type
array