Opened 16 years ago
Closed 16 years ago
#12573 closed enhancement (fixed)
add delete_user_option() function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
In wp-includes/user.php we have the function get_user_option() and update_user_option() that deal with global or per-blog user options (stored in wp_usermeta).
Unfortunately, there's no delete_user_option() to remove an option from the DB.
The attached patch adds that function.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch adds missing delete_user_option() function