acf-field_groups.php
ACF Field Group Registration
Registers all Advanced Custom Fields field groups programmatically using acf_add_local_field_group(). This includes field groups for:
- Customer data (reference_customer post type)
- Location data (reference_location post type)
- Reference metadata (reference post type)
Programmatic registration provides better performance and version control compared to JSON-based field imports.