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



install_theme_overwrite_actions › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data )
Parameter: (3)
  • (string[]) $install_actions Array of theme action links.
    Erforderlich: Ja
  • (object) $api Object containing WordPress.org API theme data.
    Erforderlich: Ja
  • (array) $new_theme_data Array with uploaded theme data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of action links available following a single theme installation failure when overwriting is allowed.





Quellcode

$install_actions = apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data );