wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



theme_install_actions › WordPress Filter Hooks

Da3.4.0
Deprecaton/a
apply_filters( 'theme_install_actions', $actions, $theme )
Parametri: (2)
  • (string[]) $actions An array of theme action links. Defaults are links to Install Now, Preview, and Details.
    Richiesto:
  • (stdClass) $theme An object that contains theme data returned by the WordPress.org API.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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