German Market (Marketpress)
- En el archivo functions.php de tu tema actual de WordPress, agrega el siguiente código:
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');
});