wpseek.com
WordPress开发者和主题制作者的搜索引擎



delete_theme › WordPress动作钩子

Since5.8.0
已弃用n/a
do_action( 'delete_theme', $stylesheet )
参数:
  • (string) $stylesheet Stylesheet of the theme to delete.
    Required: Yes
定义在:
文档:

Fires immediately before a theme deletion attempt.





源码

do_action( 'delete_theme', $stylesheet );