wpmdb_error_migration

wpmdb_error_migration

Hook Type: action

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

do_action('wpmdb_error_migration') is found 1 times:

  • /class/Common/Migration/MigrationManager.php line 432
            $error_message = '';
            if (isset($_POST['error_message'])) {
                $error_message = sanitize_text_field($_POST['error_message']);
            }
            do_action('wpmdb_error_migration', $error_message);
            $this->ajax_cancel_migration();
        }
    
        /**
         * Called to cancel an in-progress migration.
         */