Hi Stefania,
I haven’t been able to replicate this. What attribute name and value are you using?
Do you see the saved value when you load the page?
It’s possible this is a conflict caused by your theme or another plugin. To check if it is, can you test with all other plugins deactivated and while running the default WordPress theme?
Thanks.
Hi,
the problem is just into the table “em_events”.
EM plugin works fine, but I have a function (inside my plugin) that needs to read the field “event_attributes” in “em_events” table.
The events created before the update have this field valued, the events created now have this field null.
The question is just about this field, valued or not.
Thanks
Stefania
Custom fields and custom attribute data is stored in the wp_postmeta table, rather than em_events.
This was changed in the latest versions because before this data was stored in the “em_events” table in the field em_event_attributes.
This caused a bug in our plugin that took the data from the em_events table.
Then at this point the event_attributes field for what is used?
Thanks!
Stefania
-
This reply was modified 8 years, 9 months ago by
stefiza.
I’m guessing the Dev team left it there for some kind of legacy support.
-
This reply was modified 8 years, 9 months ago by
caimin_nwl.
Some more information: The Dev team have confirmed that the column in wp_em_events is a legacy feature that will eventually be removed, which is why there was a recent change.