wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



update_theme_complete_actions › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme )
Parametri: (2)
  • (string[]) $update_actions Array of theme action links.
    Richiesto:
  • (string) $theme Theme directory name.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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