woocommerce_admin_remote_specs_evaluator_should_log

FILTER woocommerce\src\Admin\RemoteSpecs\RuleProcessors\EvaluationLogger.php (ligne 85) github
Filter to determine if the rule evaluator should log the results.

Paramètres

Entrée :
$should_log
Sortie :
@param bool $should_log Whether the rule evaluator should log the results.

Utilisation

// 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;
}

Actualités

Chargement des actualités...