feat: add ACF field groups for all custom post types

This commit is contained in:
2026-04-03 01:09:21 +05:00
parent 37ddc9119d
commit 8c54edf25e
2 changed files with 326 additions and 0 deletions
@@ -44,6 +44,7 @@ function bitwms_child_enqueue_styles() {
$bitwms_includes = array(
'inc/enqueue.php',
'inc/cpt.php',
'inc/acf-fields.php',
);
foreach ( $bitwms_includes as $bitwms_file ) {