Change message of "WooCommerce Force Authentification Before Checkout" plugin
<?php | |
/* | |
put the below code in your functions.php or follow the guide: https://bit.ly/2Nn0SvD | |
coloque o código abaixo no seu functions.php ou siga este guia: https://bit.ly/2Nn0SvD | |
*/ | |
add_filter( 'wc_force_auth_message', function ( $message ) { | |
return 'your new message/sua nova mensagem'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment