Opened 3 years ago

Closed 2 years ago

#15465 closed defect (bug) (fixed)

add_meta() can return the wrong meta_id

Reported by: cyberhobo Owned by:
Priority: normal Milestone: 3.1
Component: Administration Version: 3.1
Severity: normal Keywords: has-patch
Cc: cyberhobo@…

Description

I think this is a simple global variable bug.

Currently $wpdb->insert_id is being returned after do_action() is called, which can change that value if the action makes use of the global $wpdb.

Attachments (1)

add_meta.diff (660 bytes) - added by cyberhobo 3 years ago.

Download all attachments as: .zip

Change History (4)

  • Milestone changed from Awaiting Review to 3.1
  • Cc cyberhobo@… added

comment:3   ryan2 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [16659]) Save meta id before performing actions since the insert_id can change. Props cyberhobo. fixes #15465

Note: See TracTickets for help on using tickets.