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



install_theme_complete_actions › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info )
Parameter: (4)
  • (string[]) $install_actions Array of theme action links.
    Erforderlich: Ja
  • (object) $api Object containing WordPress.org API theme data.
    Erforderlich: Ja
  • (string) $stylesheet Theme directory name.
    Erforderlich: Ja
  • (WP_Theme) $theme_info Theme object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of action links available following a single theme installation.





Quellcode

$install_actions = apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info );