Merge branch 'main' of github.com:Vincent-Design-Inc/AA-Events

This commit is contained in:
Keith Solomon
2026-07-06 10:30:19 -05:00
+7
View File
@@ -71,12 +71,19 @@ function events_has_admin_field_group() {
*
* Skips registration when an admin-created field group is already
* assigned to the event post type, allowing full editorial control.
*
* Skips registration when an admin-created field group is already
* assigned to the event post type, allowing full editorial control.
*/
function events_register_acf_fields() {
if ( events_has_admin_field_group() ) {
return;
}
if ( events_has_admin_field_group() ) {
return;
}
if ( function_exists( 'acf_add_local_field_group' ) ) :
acf_add_local_field_group(