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



theme_install_actions › WordPress Filter Hooks

Seit3.4.0
Veraltetn/v
apply_filters( 'theme_install_actions', $actions, $theme )
Parameter: (2)
  • (string[]) $actions An array of theme action links. Defaults are links to Install Now, Preview, and Details.
    Erforderlich: Ja
  • (stdClass) $theme An object that contains theme data returned by the WordPress.org API.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the install action links for a theme in the Install Themes list table.





Quellcode

$actions = apply_filters( 'theme_install_actions', $actions, $theme );