get_comment_author_link

get_comment_author_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_comment_author_link') is found 1 times:

  • /wp-includes/comment-template.php line 293
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
         *                                    Empty for an invalid URL.
         * @param string $comment_author      The comment author's username.
         * @param string $comment_id          The comment ID as a numeric string.
         */
        return apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id );
    }
     
    /**
     * Displays the HTML link to the URL of the author of the current comment.
     *
     * @since 0.71