Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save webdados/c96846a5ccb7551df6dddadbf968a58f to your computer and use it in GitHub Desktop.
Save webdados/c96846a5ccb7551df6dddadbf968a58f to your computer and use it in GitHub Desktop.
Change the MB WAY to Multibanco recover order email subject on Multibanco, MB WAY, Credit card, Payshop and Cofidis Pay (IfthenPay) for WooCommerce - PRO add-on
<?php
add_filter( 'wc_ifthenpay_mbway_convertmb_expired_orders_email_subject', function( $subject, $order ) {
return 'Enc. #' . $order->get_id() . ' - Última oportunidade para efetuares o pagamento!';
}, 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment