inpsyde / wpml2mlp

Convert posts from an existing WPML multilingual site via WXR Export/Import for MultilingualPress
https://wordpress.org/plugins/wpml-to-multilingualpress/
GNU General Public License v2.0
10 stars 6 forks source link

[Importer] Consistent API to map element IDs in meta-values #56

Open dnaber-de opened 8 years ago

dnaber-de commented 8 years ago

Whenever element IDs are stored as meta data value, the relation will break on import when these IDs changes. So right before we import meta data we provide a filter passing the meta data and the instance of the ID mapper.

As everything else, this API has to be independent of the progress of the import, so it is not stated that the ID is available at the moment of the first processing.

This will be part of the meta-data importer described in #57

Todo: