delete_theme

最后更新于:2021-11-26 06:33:26

do_action( ‘delete_theme’, string $stylesheet )

Fires immediately before a theme deletion attempt.

参数

$stylesheet

(string)
Stylesheet of the theme to delete.

源文件

文件: gc-admin/includes/theme.php

View on Trac