get_comment_author_url

get_comment_author_url

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_comment_author_url') is found 1 times:

  • /wp-includes/comment-template.php line 369
    	 * @param string          $comment_author_url The comment author's URL, or an empty string.
    	 * @param string|int      $comment_id         The comment ID as a numeric string, or 0 if not found.
    	 * @param WP_Comment|null $comment            The comment object, or null if not found.
    	 */
    	return apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment );
    }
    
    /**
     * Displays the URL of the author of the current comment, not linked.
     *
     * @since 0.71
    

See this hook used in plugins: