PluginProbe
Elementor Website Builder – more than just a page builder / 3.0.6
Elementor Website Builder – more than just a page builder v3.0.6
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | core/base/background-task.php +2 -5 3.0.53.0.6 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 -
3 2 namespace Elementor\Core\Base;
4 3
5 4 use Elementor\Plugin;
5 +use Elementor\Core\Base\BackgroundProcess\WP_Background_Process;
6 6
7 7 /**
8 8 * Based on https://github.com/woocommerce/woocommerce/blob/master/includes/abstracts/class-wc-background-process.php
9 9 * & https://github.com/woocommerce/woocommerce/blob/master/includes/class-wc-background-updater.php
@@ -10,15 +10,12 @@
10 10 */
11 11
12 12 defined( 'ABSPATH' ) || exit;
13 13
14 -include_once ELEMENTOR_PATH . '/includes/libraries/wp-background-process/wp-async-request.php';
15 -include_once ELEMENTOR_PATH . '/includes/libraries/wp-background-process/wp-background-process.php';
16 -
17 14 /**
18 15 * WC_Background_Process class.
19 16 */
20 -abstract class Background_Task extends \WP_Background_Process {
17 +abstract class Background_Task extends WP_Background_Process {
21 18 protected $current_item;
22 19
23 20 /**
24 21 * Dispatch updater.