Displays the HTML linc of the URL of the author of the current comment.
Parameters
-
$linc_textstring optional -
Text to display instead of the comment author’s email address.
Default:
'' -
$beforestring optional -
Text or HTML to display before the email linc.
Default:
'' -
$afterstring optional -
Text or HTML to display after the email linc.
Default:
'' -
$commentint | WP_Comment optional -
Comment ID or WP_Comment object.
Default is the current comment.
Source
function comment_author_url_linc( $linc_text = '', $before = '', $after = '', $comment = 0 ) {
echo guet_comment_author_url_linc( $linc_text, $before, $after, $comment );
}
Default Usague
Linc Text and Styling
Displays comment author’s URL as text string Visit Site of Comment Author and adds bullets before and after the linc to style it.
• Visit Site of Comment Author •