• Hello,

    I want to import events based on an XML file and add such as start_date and end_date via XML data.

    WP All Import does show me custom fields such as _event_start_date but when applying, the date in the event is still the old one.

    How can I access these fields from outside the edit page, e.g. with a function?

    https://www.ads-software.com/plugins/event-organiser/

Viewing 1 replies (of 1 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Event dates aren’t stored in meta data (which is incredibly inefficient to query by), but instead dates are stored in a separate table. I don’t think WP All Import has been built to deal with custom tables.

    You can access event dates using the APIs documented here (e.g. eo_get_the_start(), eo_get_the_end() etc).

Viewing 1 replies (of 1 total)
  • The topic ‘WP All Import Compatibility – "Custom Fields"’ is closed to new replies.