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



install_theme_overwrite_actions › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data )
Parametri: (3)
  • (string[]) $install_actions Array of theme action links.
    Richiesto:
  • (object) $api Object containing WordPress.org API theme data.
    Richiesto:
  • (array) $new_theme_data Array with uploaded theme data.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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