comment_link

comment_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comment_link') is found 1 times:

  • /wp-includes/feed.php line 317
    	 * @see get_comment_link()
    	 *
    	 * @param string $comment_permalink The current comment permalink.
    	 */
    	echo esc_url( apply_filters( 'comment_link', get_comment_link( $comment ) ) );
    }
    
    /**
     * Retrieves the current comment author for use in the feeds.
     *
     * @since 2.0.0