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



install_theme_overwrite_actions › Hooks de Filtros WordPress

Desde5.5.0
Obsoleton/a
apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data )
Parâmetros: (3)
  • (string[]) $install_actions Array of theme action links.
    Required: Yes
  • (object) $api Object containing WordPress.org API theme data.
    Required: Yes
  • (array) $new_theme_data Array with uploaded theme data.
    Required: Yes
Definido em:
Codex:

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





Fonte

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