wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



theme_install_actions › Les Filtres WordPress

Depuis3.4.0
Dépréciéen/a
apply_filters( 'theme_install_actions', $actions, $theme )
Paramètres: (2)
  • (string[]) $actions An array of theme action links. Defaults are links to Install Now, Preview, and Details.
    Requis: Oui
  • (stdClass) $theme An object that contains theme data returned by the WordPress.org API.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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