From e01036db1bfca6297062e69628aa938cdbf1644b Mon Sep 17 00:00:00 2001 From: guzmandrade-wds Date: Sat, 2 Sep 2023 20:26:31 -0500 Subject: [PATCH] code doc block explaning how to use ACF with this files --- inc/wpcli/block-starter/block.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/wpcli/block-starter/block.php b/inc/wpcli/block-starter/block.php index c8ecb5e..9014803 100644 --- a/inc/wpcli/block-starter/block.php +++ b/inc/wpcli/block-starter/block.php @@ -5,6 +5,8 @@ * @package wd_f */ +// ACF (Pro or Free) can be used here since we are loading this block using (for the Free version), and adding this file as ACF render template. +// However, if using the free version of ACF, you would need to refresh the edit page to see your changes on the edit page. ?>

>