wp_create_category() Adds a new category to the database if it does not already exist.
wp_create_categories() Creates categories for the given post.
wp_insert_category() Updates an existing Category or creates a new Category.
wp_update_category() Aliases wp_insert_category() with minimal args.
tag_exists() Checks whether a post tag with a given name exists.
wp_create_tag() Adds a new tag to the database if it does not already exist.
get_tags_to_edit() Gets comma-separated list of tags available to edit.
get_terms_to_edit() Gets comma-separated list of terms available to edit for the given post ID.
wp_create_term() Adds a new term to the database if it does not already exist.
get_preferred_from_update_core() Selects the first update version from the update_core option.
get_core_updates() Gets available core updates.
find_core_auto_update() Gets the best available (and enabled) Auto-Update for WordPress core.
get_core_checksums() Gets and caches the checksums for the given version of WordPress.
dismiss_core_update() Dismisses core update.
undismiss_core_update() Undismisses core update.
find_core_update() Finds the available update for WordPress core.
core_update_footer() Returns core update footer message.
update_nag() Returns core update notification message.
update_right_now_message() Displays WordPress version and active theme in the 'At a Glance' dashboard widget.
get_plugin_updates() Retrieves plugins with updates available.
wp_plugin_update_rows() Adds a callback to display update information for plugins with updates available.
wp_plugin_update_row() Displays update information for a plugin.
get_theme_updates() Retrieves themes with updates available.
wp_theme_update_rows() Adds a callback to display update information for themes with updates available.
wp_theme_update_row() Displays update information for a theme.
maintenance_nag() Displays maintenance nag HTML message.
wp_print_admin_notice_templates() Prints the JavaScript templates for update admin notices.
wp_print_update_row_templates() Prints the JavaScript templates for update and deletion rows in list tables.
wp_recovery_mode_nag() Displays a notice when the user is in recovery mode.
wp_is_auto_update_enabled_for_type() Checks whether auto-updates are enabled.
wp_is_auto_update_forced_for_item() Checks whether auto-updates are forced for an item.
wp_get_auto_update_message() Determines the appropriate auto-update message to be displayed.
wp_dashboard_setup() Registers dashboard widgets.
wp_add_dashboard_widget() Adds a new dashboard widget.
_wp_dashboard_control_callback() Outputs controls for the current dashboard widget.
wp_dashboard() Displays the dashboard.
wp_dashboard_right_now() Dashboard widget that displays some basic stats about the site.
wp_network_dashboard_right_now() wp_dashboard_quick_press() Displays the Quick Draft widget.
wp_dashboard_recent_drafts() Show recent drafts of the user on the dashboard.
_wp_dashboard_recent_comments_row() Outputs a row for the Recent Comments widget.
wp_dashboard_site_activity() Outputs the Activity widget.
wp_dashboard_recent_posts() Generates Publishing Soon and Recently Published sections.
wp_dashboard_recent_comments() Show Comments section.
wp_dashboard_rss_output() Display generic dashboard RSS widget feed.
wp_dashboard_cached_rss_widget() Checks to see if all of the feed url in $check_urls are cached.
wp_dashboard_trigger_widget_control() Calls widget control callback.
wp_dashboard_rss_control() Sets up the RSS dashboard widget control and $args to be used as input to wp_widget_rss_form().
wp_dashboard_events_news() Renders the Events and News dashboard widget.
wp_print_community_events_markup() Prints the markup for the Community Events section of the Events and News Dashboard widget.