PluginProbe
Image Optimizer – Compress Images and Convert to WebP or AVIF / 1.7.7
Image Optimizer – Compress Images and Convert to WebP or AVIF v1.7.7
1.7.7 1.7.6 1.7.5 1.7.4 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 All 33 releases
← All changes | vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php +0 -3 1.5.3 → 1.7.7 View file →
@@ -10,9 +10,8 @@
10 10 /**
11 11 * Data store for querying actions
12 12 *
13 13 * @var ActionScheduler_Store
14 - * @access protected
15 14 */
16 15 protected $store;
17 16
18 17 /**
@@ -18,9 +17,8 @@
18 17 /**
19 18 * Prefix for ajax hooks
20 19 *
21 20 * @var string
22 - * @access protected
23 21 */
24 22 protected $prefix = 'as';
25 23
26 24 /**
@@ -26,9 +24,8 @@
26 24 /**
27 25 * Action for ajax hooks
28 26 *
29 27 * @var string
30 - * @access protected
31 28 */
32 29 protected $action = 'async_request_queue_runner';
33 30
34 31 /**