A list of available tools for use in the system status section. 'button' becomes 'action' in the API.
$tools
Sortie :
@return array
// Modifier la valeur avec le filtre 'woocommerce_debug_tools'
add_filter('woocommerce_debug_tools', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($tools) {
// Modifier la valeur
return $tools;
}
Chargement des actualités...