rnal */ public static function delete_batch_init() { global $wpdb; $batch_size = static::get_batch_size( 'delete' ); $count = static::get_total_imported(); if ( 0 === $count ) { return; } $num_batches = ceil( $count / $batch_size ); self::queue_batches( 1, $num_batches, 'delete_batch' ); } /** * Delete a batch by passing the count to be deleted to the child delete method. * * @internal * @return void */ public static function delete_batch() { wc_admin_record_tracks_event( 'delete_import_data_job_start', array( 'type' => static::$name ) ); $batch_size = static::get_batch_size( 'delete' ); static::delete( $batch_size ); ReportsCache::invalidate(); wc_admin_record_tracks_event( 'delete_import_data_job_complete', array( 'type' => static::$name ) ); } }
Fatal error: Uncaught Error: Class "Automattic\WooCommerce\Internal\Admin\Schedulers\ImportScheduler" not found in /htdocs/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/CustomersScheduler.php:16 Stack trace: #0 /htdocs/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php(90): require() #1 /htdocs/wp-content/plugins/woocommerce/src/Admin/ReportsSync.php(42): Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_4\PHP_Autoloader::load_class('Automattic\\WooC...') #2 /htdocs/wp-content/plugins/woocommerce/src/Admin/ReportsSync.php(23): Automattic\WooCommerce\Admin\ReportsSync::get_schedulers() #3 /htdocs/wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php(166): Automattic\WooCommerce\Admin\ReportsSync::init() #4 /htdocs/wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php(99): Automattic\WooCommerce\Internal\Admin\FeaturePlugin->includes() #5 /htdocs/wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php(82): Automattic\WooCommerce\Internal\Admin\FeaturePlugin->on_plugins_loaded() #6 /htdocs/wp-content/plugins/woocommerce/src/Admin/Composer/Package.php(65): Automattic\WooCommerce\Internal\Admin\FeaturePlugin->init() #7 /htdocs/wp-content/plugins/woocommerce/src/Packages.php(64): Automattic\WooCommerce\Admin\Composer\Package::init() #8 /htdocs/wp-content/plugins/woocommerce/src/Packages.php(44): Automattic\WooCommerce\Packages::load_packages() #9 /htdocs/wp-includes/class-wp-hook.php(310): Automattic\WooCommerce\Packages::on_init('') #10 /htdocs/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(NULL, Array) #11 /htdocs/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #12 /htdocs/wp-settings.php(495): do_action('plugins_loaded') #13 /htdocs/wp-config.php(96): require_once('/htdocs/wp-sett...') #14 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #15 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #16 /htdocs/index.php(17): require('/htdocs/wp-blog...') #17 {main} thrown in /htdocs/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/CustomersScheduler.php on line 16

Fatal error: Uncaught Error: Class "Automattic\WooCommerce\Admin\Features\Navigation\Init" not found in /htdocs/wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php:471 Stack trace: #0 [internal function]: Automattic\WooCommerce\Internal\Features\FeaturesController->process_updated_option('_transient_jetp...', Array, Array) #1 /htdocs/wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php(158): call_user_func_array(Array, Array) #2 /htdocs/wp-includes/class-wp-hook.php(310): Automattic\WooCommerce\Internal\Features\FeaturesController->__call('process_updated...', Array) #3 /htdocs/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #4 /htdocs/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #5 /htdocs/wp-includes/option.php(592): do_action('updated_option', '_transient_jetp...', Array, Array) #6 /htdocs/wp-includes/option.php(1021): update_option('_transient_jetp...', Array) #7 /htdocs/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugins-handler.php(142): set_transient('jetpack_autoloa...', Array) #8 /htdocs/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-shutdown-handler.php(90): Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_4\Plugins_Handler->cache_plugins(Array) #9 /htdocs/wp-includes/class-wp-hook.php(310): Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_4\Shutdown_Handler->__invoke('') #10 /htdocs/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(NULL, Array) #11 /htdocs/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #12 /htdocs/wp-includes/load.php(1252): do_action('shutdown') #13 [internal function]: shutdown_action_hook() #14 {main} thrown in /htdocs/wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php on line 471