Created
July 15, 2024 10:08
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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