do_action( ‘delete_theme’, string $stylesheet )

In this article

Fires immediately before a theme deletion attempt.

Parameters

$stylesheetstring
Stylesheet of the theme to delete.

Source

do_action( 'delete_theme', $stylesheet );

Changelog

VersionDescription
5.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.