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 af482b7 commit 9b6cfc3Copy full SHA for 9b6cfc3
inc/Services/Acf.php
@@ -28,7 +28,7 @@ class Acf implements Service {
28
public function boot( Service_Container $container ): void {
29
add_action( 'template_redirect', [ $this, 'warning' ], 0 );
30
add_action( 'init', [ $this, 'init' ], 0 );
31
- add_action( 'init', [ $this, 'init_acf' ] );
+ add_action( 'init', [ $this, 'init_acf' ], 4 );
32
}
33
34
/**
0 commit comments