wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



update_theme_complete_actions › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme )
Parameter: (2)
  • (string[]) $update_actions Array of theme action links.
    Erforderlich: Ja
  • (string) $theme Theme directory name.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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