586 results found for “comment”. Showing results 26 to 50.
-
functioncomments_open()
Determines whether the current post is open for comments.
-
hookcomments_open
Filters whether the current post is open for comments.
-
functioncomment_class()
Generates semantic classes for each comment element.
-
hookcomment_class
Filters the returned CSS classes for the current comment.
-
hookcomment_email
Filters the comment author’s email for display.
-
functionhave_comments()
Determines whether current WordPress query has comments to loop over.
-
hooktrash_comment
Fires immediately before a comment is sent to the Trash.
-
hookcomments_array
Filters the comments array.
-
functioncomment_author()
Displays the author of the current comment.
-
hookcomment_author
Filters the comment author’s name for display.
-
hookcomment_closed
Fires when a comment is attempted on a post that has comments closed.
-
functioncomment_exists()
Determines if a comment exists based on author and date.
-
hookdelete_comment
Fires immediately before a comment is deleted from the database.
-
functionget_comment_ID()
Retrieves the comment ID of the current comment.
-
hookget_comment_ID
Filters the returned comment ID.
-
hookunspam_comment
Fires immediately before a comment is unmarked as Spam.
-
classWalker_Comment
Core walker class used to create an HTML list of comments.
-
functionwp_new_comment()
Adds a new comment to the database.
-
functioncomments_number()
Displays the language string for the number of comments the current post has.
-
hookcomments_number
Filters the comments count for display.
-
functioncomment_excerpt()
Displays the excerpt of the current comment.
-
hookcomment_excerpt
Filters the comment excerpt for display.
-
hookdeleted_comment
Fires immediately after a comment is deleted from the database.
-
functionget_commentdata()
Retrieve an array of comment data about comment $comment_id.
-
functionis_comment_feed()
Is the query for a comments feed?