From d7e7d248cbe41cd7a9ef9c2fb022b6c4831f99a3 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 31 May 2026 15:22:56 +0000
Subject: [PATCH] =jakevan complete
---
inc/blocks/FAQBlock.php | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/inc/blocks/FAQBlock.php b/inc/blocks/FAQBlock.php
index 00f9c1d..90443e6 100644
--- a/inc/blocks/FAQBlock.php
+++ b/inc/blocks/FAQBlock.php
@@ -25,12 +25,6 @@
'render_callback' => [$this, 'render'],
]
);
-//
-// // Localize script data for the editor
-// add_action('enqueue_block_editor_assets', [$this, 'enqueue_editor_assets']);
-//
-// // Enqueue frontend scripts
-// add_action('wp_enqueue_scripts', [$this, 'enqueue_frontend_assets']);
}
/**
--
Gitblit v1.10.0