From f383c3a4325bc173b6f9676274bc19694be6f9c0 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:49:44 +0000
Subject: [PATCH] =Modified the Feed Fields config in Registrar, to utilize the built in functionality there
---
content/_setup.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index 7ea2a91..e37ca1b 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -33,7 +33,7 @@
require(AJV_DIR . '/content/progress.php');
require(AJV_DIR . '/content/terms.php');
-add_filter('jvb_content', 'altr_content');
+//add_filter('jvb_content', 'altr_content');
function altr_content($content):array
{
return [
--
Gitblit v1.10.0