New and updated in 2.0.0
-
functionget_post_mime_type()
Retrieves the mime type of an attachment based on the ID.
-
functionget_post_status()
Retrieves the post status based on the post ID.
-
Filters how often to update the RSS feed.
-
functionget_attached_file()
Retrieves attached file path based on attachment ID.
-
hookpre_ping
Fires just before pinging back links found in a post.
-
functionwp_update_comment()
Updates an existing comment in the database.
-
functionwp_insert_comment()
Inserts a comment into the database.
-
functionwp_filter_comment()
Filters and sanitizes comment data.
-
functionwp_delete_comment()
Trashes or deletes a comment.
-
functionget_comment_count()
Retrieves the total comment counts for the whole site or a single post.
-
functionwp_allow_comment()
Validates whether this comment is allowed to be made.
-
functionget_approved_comments()
Retrieves the approved comments for a post.
-
functionget_comment()
Retrieves comment data given a comment ID or comment object.
-
hookmce_buttons
Filters the first-row list of TinyMCE buttons (Visual tab).
-
hookmce_buttons_2
Filters the second-row list of TinyMCE buttons (Visual tab).
-
hookmce_buttons_3
Filters the third-row list of TinyMCE buttons (Visual tab).