Filters the install action links for a theme in the Install Themes list table.
$actions, $theme
Sortie :
@param string[] $actions An array of theme action links. Defaults are @param stdClass $theme An object that contains theme data returned by the
// Modifier la valeur avec le filtre 'theme_install_actions'
add_filter('theme_install_actions', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($actions) {
// Modifier la valeur
return $actions;
}
Chargement des actualités...