__construct()
__construct() : mixed
User_Profile constructor.
Class User_Profile
change_comment_author_url(string $comment_author_url, int $comment_id, \WP_Comment $comment) : string
Retrieves the user profile URL for the given comment author.
string | $comment_author_url | The URL of the comment author. |
int | $comment_id | The ID of the comment. |
\WP_Comment | $comment | The comment object. |
The user profile URL for the comment author.