apply_filters( 'wpt_custom_tag', $tag_value, $post_ID ) → {string}
Filter the value of a custom template tag.
Parameters:
Name | Type | Description |
---|---|---|
$tag_value |
string | The output for a custom tag. Default empty. |
$post_ID |
int | The post ID. |
- Source:
Returns:
- Type
- string