_core_updated_successfully, $wp_version
_core_updated_successfully, $wp_version
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('_core_updated_successfully, $wp_version') is found 1 times:
- /wp-admin/includes/update-core.php line 1658
* @since 3.3.0 * * @param string $wp_version The current WordPress version. */ do_action( '_core_updated_successfully', $wp_version ); // Clear the option that blocks auto-updates after failures, now that we've been successful. if ( function_exists( 'delete_site_option' ) ) { delete_site_option( 'auto_core_update_failed' ); }