WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about category_feed_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 979 /**
* 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'.
*/

Hook Parameters

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