Filter hook 'category_feed_link'

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

Description

Filters the category feed link.

Occurrences

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

Parameters

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

PHP Doc

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