wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-admin/includes/update.php › WordPress File
Functions23
› WordPress Administration Update API
Function | Short description |
---|---|
core_update_footer | Returns core update footer message. |
dismiss_core_update | Dismisses core update. |
find_core_auto_update | Gets the best available (and enabled) Auto-Update for WordPress core. |
find_core_update | Finds the available update for WordPress core. |
get_core_checksums | Gets and caches the checksums for the given version of WordPress. |
get_core_updates | Gets available core updates. |
get_plugin_updates | Retrieves plugins with updates available. |
get_preferred_from_update_core | Selects the first update version from the update_core option. |
get_theme_updates | Retrieves themes with updates available. |
maintenance_nag | Displays maintenance nag HTML message. |
undismiss_core_update | Undismisses core update. |
update_nag | Returns core update notification message. |
update_right_now_message | Displays WordPress version and active theme in the 'At a Glance' dashboard widget. |
wp_get_auto_update_message | Determines the appropriate auto-update message to be displayed. |
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_plugin_update_row | Displays update information for a plugin. |
wp_plugin_update_rows | Adds a callback to display update information for plugins with updates available. |
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_theme_update_row | Displays update information for a theme. |
wp_theme_update_rows | Adds a callback to display update information for themes with updates available. |