We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16622b5 commit b47ecaaCopy full SHA for b47ecaa
1 file changed
src/Services/JobQueueRunner.php
@@ -12,6 +12,11 @@ class JobQueueRunner extends Service
12
13
public function __construct()
14
{
15
+
16
+ if(wp_installing()) {
17
+ return;
18
+ }
19
20
$queueConfig = Config::getFromContainer()->locate('queue') ?? [];
21
22
require_once ( Config::getFromContainer()->locate('paths.vendor') . "/woocommerce/action-scheduler/action-scheduler.php" );
0 commit comments