German Market (Marketpress)
- Dans le fichier functions.php de votre thème WordPress actuel, ajoutez le code suivant :
add_action('wp_wc_invoice_pdf_start_template', function( $args ) { remove_all_filters('woocommerce_currency_symbol'); });
add_action('wp_wc_invoice_pdf_start_template', function( $args ) {
remove_all_filters('woocommerce_currency_symbol');
});