Added MAC Core reusable helper library
- Added the reusable helper layer for shared template and builder behavior that belongs in
MAC Coreinstead of individual child themes. - Shipped helpers for array counting, post type labels, taxonomy labels, post terms output, plugin status checks, and theme status checks.
- Kept helper loading explicit through the
Helperssettings module so wrappers are only available when the corresponding toggles are enabled. - Documented the shipped wrappers as the stable public helper API from
1.0.0onward.