Filters the full array of plugins to list in the Plugins list table.
get_plugins(
Sortie :
@param array $all_plugins An array of plugins to display in the list table.
// Modifier la valeur avec le filtre 'all_plugins'
add_filter('all_plugins', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(get_plugins() {
// Modifier la valeur
return get_plugins(;
}
Chargement des actualités...