Hello.
I want to check comment_author_url() function. If it's empty i want to echo different output.
How i can do this?
Hello.
I want to check comment_author_url() function. If it's empty i want to echo different output.
How i can do this?
I solve it with <?php if($comment->comment_author_url != "") { ?> code snippet.
This topic has been closed to new replies.