We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22363f commit 3ac32b6Copy full SHA for 3ac32b6
bootstrap/System/Providers/EnqueueServiceProvider.php
@@ -27,7 +27,7 @@ public function boot(): void
27
28
add_action('admin_enqueue_scripts', function () use ($enqueueHandler, $enqueue) {
29
$enqueueHandler->initEnqueue($enqueue);
30
- });
+ }, 10);
31
32
add_action('wp_enqueue_scripts', function () use ($enqueueHandler, $enqueue) {
33
0 commit comments