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



theme_install_actions › WordPress Filter Hooks

Since3.4.0
Deprecatedn/a
apply_filters( 'theme_install_actions', $actions, $theme )
Parameters: (2)
  • (string[]) $actions An array of theme action links. Defaults are links to Install Now, Preview, and Details.
    Required: Yes
  • (stdClass) $theme An object that contains theme data returned by the WordPress.org API.
    Required: Yes
Defined at:
Codex:

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





Source

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