Filter to determine if the rule evaluator should log the results.
$should_log
Sortie :
@param bool $should_log Whether the rule evaluator should log the results.
// Modifier la valeur avec le filtre 'woocommerce_admin_remote_specs_evaluator_should_log'
add_filter('woocommerce_admin_remote_specs_evaluator_should_log', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($should_log) {
// Modifier la valeur
return $should_log;
}
Chargement des actualités...