get_comment_link

get_comment_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_comment_link') is found 1 times:

  • /wp-includes/comment-template.php line 854
    	 * @param WP_Comment $comment      The current comment object.
    	 * @param array      $args         An array of arguments to override the defaults.
    	 * @param int        $cpage        The calculated 'cpage' value.
    	 */
    	return apply_filters( 'get_comment_link', $comment_link, $comment, $args, $cpage );
    }
    
    /**
     * Retrieves the link to the current post comments.
     *
     * @since 1.5.0
    

See this hook used in plugins: