feature: Update version to 1.2.6, add registration link field, and enhance event templates

This commit is contained in:
Keith Solomon
2026-07-30 12:45:34 -05:00
parent 0fc424b035
commit d7f56b1fe9
7 changed files with 89 additions and 37 deletions
+15
View File
@@ -309,6 +309,21 @@ function events_register_acf_fields() {
'default_value' => '',
'placeholder' => '',
),
array(
'key' => 'field_aa_events_registration_link',
'label' => 'Registration Link',
'name' => 'registration_link',
'type' => 'link',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'return_format' => 'array',
),
),
'location' => array(
array(