Opened 4 years ago
Closed 2 years ago
#51861 closed feature request (duplicate)
Introduce "theme deleted" action
Reported by: | martin.krcho | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 5.5.3 |
Component: | Themes | Keywords: | has-patch |
Focuses: | performance | Cc: |
Description
At the moment there is no hook triggered when a theme is deleted.
Can you add an action similar to deleted_plugin but for the theme uninstall? I attached a patch for WordPress 5.5.3 including the necessary changes.
It would be much nicer than having to implement workarounds involving a cron job to monitor the theme list.
Attachments (1)
Change History (4)
This ticket was mentioned in PR #760 on WordPress/wordpress-develop by martinkrcho.
4 years ago
#1
- Keywords has-patch added
I added new action deleted_theme
to be able to easily hook into a theme deletion process.
Trac ticket: https://core.trac.wordpress.org/ticket/51861
github-actions[bot] commented on PR #760:
4 years ago
#2
Hi @martinkrcho! 👋
Thank you for your contribution to WordPress! 💖
It looks like this is your first pull request to wordpress-develop
. Here are a few things to be aware of that may help you out!
No one monitors this repository for new pull requests. Pull requests must be attached to a Trac ticket to be considered for inclusion in WordPress Core. To attach a pull request to a Trac ticket, please include the ticket's full URL in your pull request description.
Pull requests are never merged on GitHub. The WordPress codebase continues to be managed through the SVN repository that this GitHub repository mirrors. Please feel free to open pull requests to work on any contribution you are making.
More information about how GitHub pull requests can be used to contribute to WordPress can be found in this blog post.
Please include automated tests. Including tests in your pull request is one way to help your patch be considered faster. To learn about WordPress' test suites, visit the Automated Testing page in the handbook.
If you have not had a chance, please review the Contribute with Code page in the WordPress Core Handbook.
The Developer Hub also documents the various coding standards that are followed:
- PHP Coding Standards
- CSS Coding Standards
- HTML Coding Standards
- JavaScript Coding Standards
- Accessibility Coding Standards
- Inline Documentation Standards
Thank you,
The WordPress Project
Patch introducing deleted_theme action