Opened 14 years ago
Closed 13 years ago
#10926 closed enhancement (fixed)
Add filter hook to delete_option in wp-includes/functions.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hooks already exist in update_option and get_option functions.
It would be consistent (and useful) to add one in the delete option too.
Patch attached.
Attachments (1)
Change History (6)
#1
@
14 years ago
- Cc bboudreau added
- Summary changed from Add filter hook to delete_option in wp-incldues/functions.php to Add filter hook to delete_option in wp-includes/functions.php
Note: See
TracTickets for help on using
tickets.
if this gets committed, we need the same for transients, etc.