Opened 18 months ago
Closed 18 months ago
#19505 closed enhancement (duplicate)
Theme deletion should result in the deletion of its settings
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Themes | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | wpsmith, xoodrew@… |
Description
Currently, when a theme is DELETED (not deactivated), the theme's settings are not deleted. I suggest that a similar system to how plugins are uninstalled with the use of WP_UNINSTALL_PLUGIN, the register_uninstall_hook(), and uninstall.php for themes, child themes, and frameworks.
Change History (2)
comment:1
in reply to:
↑ description
DrewAPicture — 18 months ago
- Cc xoodrew@… added
Note: See
TracTickets for help on using
tickets.

Replying to wpsmith:
+1. Sometimes it's a real hassle to manually go through and delete framework settings from the db.