wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



install_theme_overwrite_actions › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data )
Parametry: (3)
  • (string[]) $install_actions Array of theme action links.
    Wymagane: Tak
  • (object) $api Object containing WordPress.org API theme data.
    Wymagane: Tak
  • (array) $new_theme_data Array with uploaded theme data.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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