do_action( 'delete_theme', string $stylesheet )

Fires immediately before a theme deletion attempt.


Parameters

$stylesheet string
Stylesheet of the theme to delete.

Top ↑

Source

File: wp-admin/includes/theme.php. View all references

do_action( 'delete_theme', $stylesheet );


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.

Top ↑

User Contributed Notes

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