feed_links_extra_show_post_comments_feed

feed_links_extra_show_post_comments_feed

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('feed_links_extra_show_post_comments_feed') is found 1 times:

  • /wp-includes/general-template.php line 3190
    		 *
    		 * @param bool $show_comments_feed Whether to display the post comments feed link. Defaults to
    		 *                                 the {@see 'feed_links_show_comments_feed'} filter result.
    		 */
    		$show_post_comments_feed = apply_filters( 'feed_links_extra_show_post_comments_feed', $show_comments_feed );
    
    		if ( $show_post_comments_feed && ( comments_open() || pings_open() || $post->comment_count > 0 ) ) {
    			$title = sprintf(
    				$args['singletitle'],
    				get_bloginfo( 'name' ),
    				$args['separator'],