feed_links_extra_show_category_feed

feed_links_extra_show_category_feed

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('feed_links_extra_show_category_feed') is found 1 times:

  • /wp-includes/general-template.php line 3242
    		 * @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(