woocommerce_email_editor_theme_json

FILTER woocommerce\packages\email-editor\src\Engine\class-theme-controller.php (ligne 88) github

Pas de documentation disponible

Paramètres

Entrée :
$theme
Sortie :
N/A

Utilisation

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

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

Actualités

Chargement des actualités...