WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about taxonomy_feed_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1000 /**
* Filters the feed link for a taxonomy other than 'category' or 'post_tag'.
*
* @since 3.0.0
*
* @param string $link The taxonomy feed link.
* @param string $feed Feed type. Possible values include 'rss2', 'atom'.
* @param string $taxonomy The taxonomy name.
*/

Hook Parameters

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