woocommerce_allow_payment_recommendations

FILTER woocommerce\src\Admin\Features\PaymentGatewaySuggestions\Init.php (ligne 127) github
Check if suggestions should be shown in the settings screen.

Paramètres

Entrée :
true
Sortie :
@return bool

Utilisation

// Modifier la valeur avec le filtre 'woocommerce_allow_payment_recommendations'
add_filter('woocommerce_allow_payment_recommendations', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre(true) {
    // Modifier la valeur
    return true;
}

Actualités

Chargement des actualités...