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



theme_install_actions › Hooks de Filtros WordPress

Desde3.4.0
Obsoleton/a
apply_filters( 'theme_install_actions', $actions, $theme )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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