do_action( 'deleted_theme', string $stylesheet , bool $deleted )
Fires immediately after a theme deletion attempt.
Parameters
- $stylesheet
-
Stylesheet of the theme to delete.
- $deleted
-
Whether the theme deletion was successful.
Source
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |