We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369f8a5 commit 032f2b6Copy full SHA for 032f2b6
lib/ACF/BlogCategoryGroup.php
@@ -18,7 +18,7 @@ class BlogCategoryGroup {
18
* BlogCategoryGroup constructor.
19
*/
20
public function __construct() {
21
- add_action(
+ \add_action(
22
'init',
23
\Closure::fromCallable( [ $this, 'register_fields' ] )
24
);
0 commit comments