-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The wp export
command is not exporting term meta data.
But the WXR file created directly from wp-admin ui (Tools -> Export) includes the term meta data.
Steps to reproduce
- Add term meta data to a specific term using either the
update_term_meta
oradd_term_meta
function - Verify that this data is present in
wp_termmeta
table - Export the contents of the site by running the
wp export
command - The exported WXR file will not have this term meta data. This can be confirmed by doing a grep for
wp:termmeta
- Alternatively export from wp-admin ui by going to Tools -> Export
- The exported WXR file will contain the term meta data. This can be confirmed by doing a grep for
wp:termmeta
pattonwebz, tedsecretsource and tepahkLittleSnake42