wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp-includes/comment-template.php › WordPress File

Funzioni54
Comment template functions


Function Short description
cancel_comment_reply_linkDisplays HTML content for cancel comment reply link.
comments_linkDisplays the link to the current post comments.
comments_numberDisplays the language string for the number of comments the current post has.
comments_openDetermines whether the current post is open for comments.
comments_popup_linkDisplays the link to the comments for the current post ID.
comments_templateLoads the comment template specified in $file.
comment_authorDisplays the author of the current comment.
comment_author_emailDisplays the email of the author of the current global $comment.
comment_author_email_linkDisplays the HTML email link to the author of the current comment.
comment_author_ipDisplays the IP address of the author of the current comment.
comment_author_linkDisplays the HTML link to the URL of the author of the current comment.
comment_author_urlDisplays the URL of the author of the current comment, not linked.
comment_author_url_linkDisplays the HTML link of the URL of the author of the current comment.
comment_classGenerates semantic classes for each comment element.
comment_dateDisplays the comment date of the current comment.
comment_excerptDisplays the excerpt of the current comment.
comment_formOutputs a complete commenting form for use within a template.
comment_form_titleDisplays text based on comment reply status.
comment_idDisplays the comment ID of the current comment.
comment_id_fieldsOutputs hidden input HTML for replying to comments.
comment_reply_linkDisplays the HTML content for reply to comment link.
comment_textDisplays the text of the current comment.
comment_timeDisplays the comment time of the current comment.
comment_typeDisplays the comment type of the current comment.
get_cancel_comment_reply_linkRetrieves HTML content for cancel comment reply link.
get_comments_linkRetrieves the link to the current post comments.
get_comments_numberRetrieves the amount of comments a post has.
get_comments_number_textDisplays the language string for the number of comments the current post has.
get_comment_authorRetrieves the author of the current comment.
get_comment_author_emailRetrieves the email of the author of the current comment.
get_comment_author_email_linkReturns the HTML email link to the author of the current comment.
get_comment_author_ipRetrieves the IP address of the author of the current comment.
get_comment_author_linkRetrieves the HTML link to the URL of the author of the current comment.
get_comment_author_urlRetrieves the URL of the author of the current comment, not linked.
get_comment_author_url_linkRetrieves the HTML link of the URL of the author of the current comment.
get_comment_classReturns the classes for the comment div as an array.
get_comment_dateRetrieves the comment date of the current comment.
get_comment_excerptRetrieves the excerpt of the given comment.
get_comment_idRetrieves the comment ID of the current comment.
get_comment_id_fieldsRetrieves hidden input HTML for replying to comments.
get_comment_linkRetrieves the link to a given comment.
get_comment_reply_linkRetrieves HTML content for reply to comment link.
get_comment_textRetrieves the text of the current comment.
get_comment_timeRetrieves the comment time of the current comment.
get_comment_typeRetrieves the comment type of the current comment.
get_post_reply_linkRetrieves HTML content for reply to post link.
get_trackback_urlRetrieves the current post's trackback URL.
pings_openDetermines whether the current post is open for pings.
post_reply_linkDisplays the HTML content for reply to post link.
trackback_rdfGenerates and displays the RDF for the trackback information of current post.
trackback_urlDisplays the current post's trackback URL.
wp_comment_form_unfiltered_html_nonceDisplays form token for unfiltered comments.
wp_list_commentsDisplays a list of comments.
_get_comment_reply_idGets the comment's reply to ID from the $_GET['replytocom'].