Output ‘undo move to Trash’ text for comments
wp_comment_reply
Outputs the in-line comment reply-to form in the Comments list table.
get_inline_data
Adds hidden fields with the data for use in the inline editor for posts and pages.
wp_link_category_checklist
Outputs a link category checklist element.
Advertisement
wp_popular_terms_checklist
Retrieve a list of the most popular terms from the specified taxonomy.
wp_terms_checklist
Output an unordered list of checkbox input elements labelled with term names.
wp_category_checklist
Output an unordered list of checkbox input elements labeled with category names.
wp_create_term
Add a new term to the database if it does not already exist.
Advertisement
get_terms_to_edit
Get comma-separated list of terms available to edit for the given post ID.
get_tags_to_edit
Get comma-separated list of tags available to edit.
wp_create_tag
Add a new tag to the database if it does not already exist.
tag_exists
Check whether a post tag with a given name exists.
Advertisement
wp_update_category
Aliases wp_insert_category() with minimal args.
wp_insert_category
Updates an existing Category or creates a new Category.
wp_create_categories
Create categories for the given post.