wpseek.com
A WordPress-centric search engine for devs and theme authors



deleted_theme › WordPress Action Hooks

Since5.8.0
Deprecatedn/a
do_action( 'deleted_theme', $stylesheet, $deleted )
Parameters: (2)
  • (string) $stylesheet Stylesheet of the theme to delete.
    Required: Yes
  • (bool) $deleted Whether the theme deletion was successful.
    Required: Yes
Defined at:
Codex:

Fires immediately after a theme deletion attempt.





Source

do_action( 'deleted_theme', $stylesheet, $deleted );