wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



update_theme_complete_actions › Hooks de Filtros WordPress

Desde2.8.0
Obsoleton/a
apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme )
Parâmetros: (2)
  • (string[]) $update_actions Array of theme action links.
    Required: Yes
  • (string) $theme Theme directory name.
    Required: Yes
Definido em:
Codex:

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





Fonte

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