From 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 17 Jun 2026 15:10:37 +0000
Subject: [PATCH] =Fixed for single image upload fields populating the image meta. Need to check galleries now.
---
inc/blocks/FAQBlock.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/inc/blocks/FAQBlock.php b/inc/blocks/FAQBlock.php
index 81e3db9..fd6d84d 100644
--- a/inc/blocks/FAQBlock.php
+++ b/inc/blocks/FAQBlock.php
@@ -32,7 +32,7 @@
);
- $faq = array_values(Registrar::getFeatured('is_faq','post'));
+ $faq = array_values(Registrar::withFeature('is_faq','post'));
$registrar = Registrar::getInstance($faq[0]);
$this->section = array_map('jvbCheckBase', $registrar->registrar->taxonomies)[0];
$this->postType = $registrar->getBased();
--
Gitblit v1.10.0