category_feed_link

category_feed_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('category_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 983
    		 *
    		 * @param string $link The category feed link.
    		 * @param string $feed Feed type. Possible values include 'rss2', 'atom'.
    		 */
    		$link = apply_filters( 'category_feed_link', $link, $feed );
    	} elseif ( 'post_tag' === $taxonomy ) {
    		/**
    		 * Filters the post tag feed link.
    		 *
    		 * @since 2.3.0
    		 *