Skip to content

wp export is not exporting term meta data #42

@sudar

Description

@sudar

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 or add_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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions