deleted_theme

最后更新于:2021-11-26 05:32:20

do_action( ‘deleted_theme’, string $stylesheet, bool $deleted )

Fires immediately after a theme deletion attempt.

参数

$stylesheet

(string)
Stylesheet of the theme to delete.

$deleted

(bool)
Whether the theme deletion was successful.

源文件

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

View on Trac