586 results found for “comment”. Showing results 1 to 25.
-
functioncomment_ID()
Displays the comment ID of the current comment.
-
classWP_Comment
Core class used to organize comments as instantiated objects with defined members.
-
hookcomment_url
Filters the comment author’s URL for display.
-
functionget_comment()
Retrieves comment data given a comment ID or comment object.
-
hookget_comment
Fires after a comment is retrieved.
-
functionthe_comment()
Iterate comment index in the comment loop.
-
functioncomments_rss()
Return link to the post RSS feed.
-
functioncomment_date()
Displays the comment date of the current comment.
-
functioncomment_form()
Outputs a complete commenting form for use within a template.
-
hookcomment_form
Fires at the bottom of the comment form, inside the closing form tag.
-
functioncomment_guid()
Displays the feed GUID for the current comment.
-
functioncomment_link()
Displays the link to the comments.
-
hookcomment_link
Filters the current comment’s permalink.
-
hookcomment_post
Fires immediately after a comment is inserted into the database.
-
functioncomment_text()
Displays the text of the current comment.
-
hookcomment_text
Filters the text of a comment to be displayed.
-
functioncomment_time()
Displays the comment time of the current comment.
-
functioncomment_type()
Displays the comment type of the current comment.
-
functionedit_comment()
Updates a comment with values provided in $_POST.
-
hookedit_comment
Fires immediately after a comment is updated in the database.
-
functionget_comments()
Retrieves a list of comments.
-
hookspam_comment
Fires immediately before a comment is marked as Spam.
-
hookthe_comments
Filters the comment query results.
-
functioncheck_comment()
Checks whether a comment passes internal checks to be allowed to add.
-
functioncomments_link()
Displays the link to the current post comments.