From c4b2a9c03b88c8767062e14ff36c339b3f02e0f2 Mon Sep 17 00:00:00 2001 From: Joe Maller Date: Thu, 20 Feb 2025 15:32:29 -0500 Subject: [PATCH] ACF::init works better if it actually runs. --- src/ThemeInit/Plugins/ACF.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ThemeInit/Plugins/ACF.php b/src/ThemeInit/Plugins/ACF.php index 7cf203f..243281b 100644 --- a/src/ThemeInit/Plugins/ACF.php +++ b/src/ThemeInit/Plugins/ACF.php @@ -14,6 +14,7 @@ class ACF public function __construct() { $this->acf_active = function_exists('get_fields'); + $this->init(); } public function init()