_core_updated_successfully

_core_updated_successfully

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('_core_updated_successfully') is found 1 times:

  • /wp-admin/includes/update-core.php line 1505
    	 * @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' );
    	}
    
    

See this hook used in plugins: