Opened 4 years ago
Closed 4 years ago
#11397 closed defect (bug) (fixed)
wp_cache_delete() is too early in update_meta() and delete_meta()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | General | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
if something is hooked onto update_postmeta and fetches the old value, it ends up filling memcached with junk.
other similar hooks in WP are in the correct order.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
(In [12373]) Call wp_cache_delete after issuing update actions. Props Denis-de-Bernardy. fixes #11397