Custom Location Fields in version 5.9.4
-
In 5.9.3, calling EM_Locations::get() would return custom location fields in a location_attributes array. Since upgrading to 5.9.4, they are being returned as event_attributes. Here’s a print_r example:
5.9.3
[location_attributes] => Array
(
[location_phone] => (xxx)xxx-xxxx
[location_category] => example
…5.9.4
[event_attributes] => Array
(
[location_phone] => (xxx)xxx-xxxx
[location_category] => example
…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom Location Fields in version 5.9.4’ is closed to new replies.