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



update_theme_complete_actions › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme )
Parameters: (2)
  • (string[]) $update_actions Array of theme action links.
    Required: Yes
  • (string) $theme Theme directory name.
    Required: Yes
Defined at:
Codex:

Filters the list of action links available following a single theme update.





Source

$update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );