New and updated in 1.5.0
-
methodwpdb::timer_stop()
Stops the debugging timer.
-
methodwpdb::bail()
Wraps errors in a nice header and footer and dies.
-
hookcomment_form
Fires at the bottom of the comment form, inside the closing form tag.
-
functionget_trackback_url()
Retrieves the current post’s trackback URL.
-
functioncomments_open()
Determines whether the current post is open for comments.
-
functionpings_open()
Determines whether the current post is open for pings.
-
functioncomments_template()
Loads the comment template specified in $file.
-
functionget_comment_type()
Retrieves the comment type of the current comment.
-
hookget_comment_type
Filters the returned comment type.
-
functionget_comment_link()
Retrieves the link to a given comment.
-
functionget_comments_link()
Retrieves the link to the current post comments.
-
functionget_comments_number()
Retrieves the amount of comments a post has.
-
Filters the returned comment count for a post.
-
hookcomments_number
Filters the comments count for display.
-
functionget_comment_text()
Retrieves the text of the current comment.
-
hookget_comment_text
Filters the text of a comment.
-
functionget_comment_time()
Retrieves the comment time of the current comment.
-
hookget_comment_time
Filters the returned comment time.
-
functionget_comment_ID()
Retrieves the comment ID of the current comment.
-
hookget_comment_ID
Filters the returned comment ID.
-
Filters the comment author’s URL.
-
functionget_comment_author_url_link()
Retrieves the HTML link of the URL of the author of the current comment.
-
Filters the comment author’s returned URL link.
-
functionget_comment_date()
Retrieves the comment date of the current comment.
-
hookget_comment_date
Filters the returned comment date.
-
functionget_comment_excerpt()
Retrieves the excerpt of the given comment.
-
Filters the retrieved comment excerpt.
-
Filters the comment author’s link for display.
-
functionget_comment_author_IP()
Retrieves the IP address of the author of the current comment.
-
Filters the comment author’s returned IP address.