Filter hook 'tag_feed_link'

in WP Core File wp-includes/link-template.php at line 993

Description

Filters the post tag feed link.

Occurrences

Filename Line Number
wp-includes/link-template.php 993

Parameters

Type Name Description
string $link The tag feed link.
string $feed Feed type. Possible values include 'rss2', 'atom'.

PHP Doc

/**
		 * Filters the post tag feed link.
		 *
		 * @since 2.3.0
		 *
		 * @param string $link The tag feed link.
		 * @param string $feed Feed type. Possible values include 'rss2', 'atom'.
		 */