WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about delete_theme

Back to home

Files

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

Hook Parameters

Parameter Type Name Description
string $stylesheet Stylesheet of the theme to delete.