Filter hook 'comments_link_feed'

in WP Core File wp-includes/feed.php at line 269

Description

Filters the comments permalink for the current post.

Occurrences

Filename Line Number
wp-includes/feed.php 269

Parameters

Type Name Description
string $comment_permalink The current comment permalink with '#comments' appended.

PHP Doc

/**
	 * Filters the comments permalink for the current post.
	 *
	 * @since 3.6.0
	 *
	 * @param string $comment_permalink The current comment permalink with
	 *                                  '#comments' appended.
	 */