comments_link_feed

comments_link_feed

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('comments_link_feed') is found 1 times:

  • /wp-includes/feed.php line 269
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
         *
         * @param string $comment_permalink The current comment permalink with
         *                                  '#comments' appended.
         */
        echo esc_url( apply_filters( 'comments_link_feed', get_comments_link() ) );
    }
     
    /**
     * Displays the feed GUID for the current comment.
     *
     * @since 2.5.0