wpseek.com
A WordPress-centric search engine for devs and theme authors



install_theme_overwrite_actions › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data )
Parameters: (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
Defined at:
Codex:

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





Source

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