category_feed_link

category_feed_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('category_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 983
    979
    980
    981
    982
    983
    984
    985
    986
    987
    988
    989
         *
         * @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
         *