Make WordPress Core

Opened 6 years ago

Last modified 6 years ago

#43666 new enhancement

Check update post meta before add new post meta in WordPress Importer

Reported by: mukesh27's profile mukesh27 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Import Keywords: has-patch dev-feedback
Focuses: Cc:

Description

When we import any post/page content XML multiple time new post meta import multiple time so before import any post meta import we have to check if same post with meta key is exist or not if not exist then we have to add new post meta using add_post_meta function or update that post meta using update_post_meta function.

Attachments (1)

43666.patch (603 bytes) - added by mukesh27 6 years ago.

Download all attachments as: .zip

Change History (3)

@mukesh27
6 years ago

#1 @mukesh27
6 years ago

  • Keywords has-patch added

#2 @mukesh27
6 years ago

  • Keywords dev-feedback added
Note: See TracTickets for help on using tickets.