_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.7.2

do_action('_core_updated_successfully') is found 1 times:

  • /wp-admin/includes/update-core.php line 1570
    1566
    1567
    1568
    1569
    1570
    1571
    1572
    1573
    1574
    1575
    * @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: