[wp-trac] [WordPress Trac] #29710: Add hooks to wpdb's insert(), update(), delete() and similar methods
WordPress Trac
noreply at wordpress.org
Sun Sep 21 18:26:53 UTC 2014
#29710: Add hooks to wpdb's insert(), update(), delete() and similar methods
-------------------------+------------------------------
Reporter: borekb | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Database | Version: trunk
Severity: normal | Resolution:
Keywords: 2nd-opinion | Focuses:
-------------------------+------------------------------
Comment (by borekb):
No it is a good point. Our general problem is that we need to work with
structured query data and the current 'query' filter makes this task quite
hard. Clean WordPress installation strictly uses `insert()`, `update()`
and similar methods but external plugins might use the generic `query()`
method, that's true.
I'll discuss this further with my colleague to see if this ticket would
actually help us or not. Thanks.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29710#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list