feed_links_extra_show_post_comments_feed

feed_links_extra_show_post_comments_feed

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('feed_links_extra_show_post_comments_feed') is found 1 times:

  • /wp-includes/general-template.php line 3222
    3218
    3219
    3220
    3221
    3222
    3223
    3224
    3225
    3226
    3227
    3228
    *
     * @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'],

See this hook used in plugins: