Skip to content
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

Add support to process and insert user meta #170

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vishalkakadiya
Copy link

This PR will process and insert user meta and WXR syntax for this will be same as other meta, example syntax of WXR is as below:

<wp:author>
	<wp:author_id>AUTHOR_ID</wp:author_id>
	<wp:author_login>AUTHOR_LOGIN</wp:author_login>
	<wp:author_email>AUTHOR_EMAIL</wp:author_email>
	<wp:author_display_name>AUTHOR_DISPLAY_NAME</wp:author_display_name>
	<wp:author_first_name>AUTHOR_FIRST_NAME</wp:author_first_name>
	<wp:author_last_name>AUTHOR_LAST_NAME></wp:author_last_name>

	<wp:authormeta>
                <wp:meta_key>USER_META_KEY</wp:meta_key>
		<wp:meta_value>USER_META_VALUE</wp:meta_value>
	</wp:authormeta>

</wp:author> 

@vishalkakadiya vishalkakadiya changed the title Add code to process and insert user meta Add support to process and insert user meta Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant