Action hook 'delete_theme'

in WP Core File wp-admin/includes/theme.php at line 82

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.
	 */