Filters whether to display the category feed link.
$showboolwp-includes/general-template.php:3402feed_links_extra() * Filters whether to display the category feed link. * * @since 6.1.0 * * @param bool $show Whether to display the category feed link. Default true. */ $show_category_feed = apply_filters( 'feed_links_extra_show_category_feed', true ); if ( $show_category_feed ) { $term = get_queried_object(); if ( $term ) { $title = sprintf(Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.