wp_print_community_events_templates() Renders the events templates for the Event and News widget.
wp_dashboard_primary() 'WordPress Events and News' dashboard widget.
wp_dashboard_primary_output() Displays the WordPress events and news feeds.
wp_dashboard_quota() Displays file upload quota on dashboard.
wp_dashboard_browser_nag() Displays the browser update nag.
dashboard_browser_nag_class() Adds an additional class to the browser nag if the current version is insecure.
wp_check_browser_version() Checks if the user needs a browser update.
wp_dashboard_php_nag() Displays the PHP update nag.
dashboard_php_nag_class() Adds an additional class to the PHP nag if the current version is insecure.
wp_dashboard_site_health() Displays the Site Health Status widget.
wp_dashboard_empty() Outputs empty dashboard widget to be populated by JS later.
wp_welcome_panel() Displays a welcome panel to introduce users to WordPress.
get_importers() Retrieves the list of importers.
_usort_by_first_member() Sorts a multidimensional array by first member of each top level member.
register_importer() Registers importer for WordPress.
wp_import_cleanup() Cleanup importer.
wp_import_handle_upload() Handles importer uploading and adds attachment.
wp_get_popular_importers() Returns a list from WordPress.org of popular importer plugins.
_wp_translate_postdata() Renames `$_POST` data from form names to DB post columns.
_wp_get_allowed_postdata() Returns only allowed post data fields.
edit_post() Updates an existing post with values provided in `$_POST`.
bulk_edit_posts() Processes the post data for the bulk editing of posts.
get_default_post_to_edit() Returns default post information to use when populating the "Write Post" form.
post_exists() Determines if a post exists based on title, content, date and type.
wp_write_post() Creates a new post from the "Write Post" form using `$_POST` information.
write_post() Calls wp_write_post() and handles the errors.
add_meta() Adds post meta data defined in the `$_POST` superglobal for a post with given ID.
delete_meta() Deletes post meta data by meta ID.
get_meta_keys() Returns a list of previously defined keys.
get_post_meta_by_id() Returns post meta data by meta ID.
has_meta() Returns meta data for the given post ID.
update_meta() Updates post meta data by meta ID.
_fix_attachment_links() Replaces hrefs of attachment anchors with up-to-date permalinks.
get_available_post_statuses() Returns all the possible statuses for a post type.
wp_edit_posts_query() Runs the query to fetch the posts for listing on the edit posts page.
wp_edit_attachments_query_vars() Returns the query variables for the current attachments request.
wp_edit_attachments_query() Executes a query for attachments. An array of WP_Query arguments
postbox_classes() Returns the list of classes to be used by a meta box.
get_sample_permalink() Returns a sample permalink based on the post name.
get_sample_permalink_html() Returns the HTML of the sample permalink slug editor.
_wp_post_thumbnail_html() Returns HTML for the post thumbnail meta box.
wp_check_post_lock() Determines whether the post is currently being edited by another user.
wp_set_post_lock() Marks the post as currently being edited by the current user.
_admin_notice_post_locked() Outputs the HTML for the notice to say that someone else is editing or has taken over editing of this post.
wp_create_post_autosave() Creates autosave data for the specified post from `$_POST` data.
wp_autosave_post_revisioned_meta_fields() Autosaves the revisioned meta fields.
post_preview() Saves a draft or manually autosaves for the purpose of showing a post preview.
wp_autosave() Saves a post submitted with XHR.
redirect_post() Redirects to previous page.
taxonomy_meta_box_sanitize_cb_checkboxes() Sanitizes POST values from a checkbox taxonomy metabox.