Filter hook 'comment_link'

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

Description

Filters the current comment's permalink.

Occurrences

Filename Line Number
wp-includes/feed.php 319

Parameters

Type Name Description
string $comment_permalink The current comment permalink.

PHP Doc

/**
	 * Filters the current comment's permalink.
	 *
	 * @since 3.6.0
	 *
	 * @see get_comment_link()
	 *
	 * @param string $comment_permalink The current comment permalink.
	 */