New and updated in 4.6.0
-
functionregister_post_type()
Registers a post type.
-
Prepares post data for return in an XML-RPC object.
-
Filters XML-RPC-prepared date for the given post type.
-
methodwpdb::has_cap()
Determines whether the database or WPDB supports a particular feature.
-
functioncomment_form()
Outputs a complete commenting form for use within a template.
-
functionget_comment_author_url_link()
Retrieves the HTML link of the URL of the author of the current comment.
-
functioncomment_author_url_link()
Displays the HTML link of the URL of the author of the current comment.
-
functioncomment_author_email_link()
Displays the HTML email link to the author of the current comment.
-
functionget_comment_author_email_link()
Returns the HTML email link to the author of the current comment.
-
hookedit_comment
Fires immediately after a comment is updated in the database.