Definition:
function comment_link() {}
Display the link to the comments.
Source code
function comment_link() {
echo esc_url( get_comment_link() );
}
697
Definition:
function comment_link() {}
function comment_link() {
echo esc_url( get_comment_link() );
}
697
No comments yet... Be the first to leave a reply!