-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wp export is not exporting term meta data #42
Comments
Up please ;) I'm gonna try to quick fix it for now. WP does it in includes/export.php on line 312 Here's the code :
|
Edit.
And it is called here : ->oxymel($this->term_meta($term));
|
I take this issue. |
I have done the test manually with success. The command |
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
update_term_meta
oradd_term_meta
functionwp_termmeta
tablewp export
commandwp:termmeta
wp:termmeta
The text was updated successfully, but these errors were encountered: