comments_link_feed

comments_link_feed

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comments_link_feed') is found 1 times:

  • /wp-includes/feed.php line 267
    	 *
    	 * @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