Fires immediately before a theme deletion attempt.
Parameters
$stylesheetstring- Stylesheet of the theme to delete.
Source
do_action( 'delete_theme', $stylesheet );
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
Fires immediately before a theme deletion attempt.
$stylesheetstringdo_action( 'delete_theme', $stylesheet );
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.