Description
Fires immediately before a theme deletion attempt.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/theme.php | 82 |
Parameters
Type | Name | Description |
---|---|---|
string | $stylesheet | Stylesheet of the theme to delete. |
PHP Doc
/**
* Fires immediately before a theme deletion attempt.
*
* @since 5.8.0
*
* @param string $stylesheet Stylesheet of the theme to delete.
*/