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. ?>

>