WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 317 /**
* Filters the current comment's permalink.
*
* @since 3.6.0
*
* @see get_comment_link()
*
* @param string $comment_permalink The current comment permalink.
*/

Hook Parameters

Parameter Type Name Description
string $comment_permalink The current comment permalink.