after_db_upgrade

after_db_upgrade

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('after_db_upgrade') is found 1 times:

  • /wp-admin/admin.php line 48
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
         * Fires on the next page load after a successful DB upgrade.
         *
         * @since 2.8.0
         */
        do_action( 'after_db_upgrade' );
     
    } elseif ( ! wp_doing_ajax() && empty( $_POST )
        && (int) get_option( 'db_version' ) !== $wp_db_version
    ) {
     
        if ( ! is_multisite() ) {