Top Google Search Results
- Function Reference/get comment author url « WordPress Codex
Function Reference/get comment author url ... Example. Returns the comment author's URL <?php $comment_author = get_comment_author_url(); ?> ... - get_comment_author_url Wordpress hook details -- Adam Brown ...
Applied to the comment author's URL retrieved from the database by the get_comment_author_url function, which is also called by comment_author_url. - get_comment_author_url() WordPress function reference ...
Retrieve the url of the author of the current comment. - get_comment_author_url | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_comment_author_url( $comment_ID = 0 ) { $comment ... array('http', ' https') ); return apply_filters('get_comment_author_url', $url); ...