comment_url

comment_url

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('comment_url') is found 1 times:

  • /wp-includes/comment-template.php line 395
    	 *
    	 * @param string $comment_author_url The comment author's URL.
    	 * @param string $comment_id         The comment ID as a numeric string.
    	 */
    	echo apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID );
    }
    
    /**
     * Retrieves the HTML link of the URL of the author of the current comment.
     *
     * $link_text parameter is only used if the URL does not exist for the comment