Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/theme.php | do_action | 96 | /** * Fires immediately after a theme deletion attempt. * * @since 5.8.0 * * @param string $stylesheet Stylesheet of the theme to delete. * @param bool $deleted Whether the theme deletion was successful. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $stylesheet | Stylesheet of the theme to delete. |
bool | $deleted | Whether the theme deletion was successful. |