Skip to content

Instantly share code, notes, and snippets.

@nilovelez
Created November 24, 2016 09:30
Show Gist options
  • Save nilovelez/f477cc03a234b566810a786f2787471f to your computer and use it in GitHub Desktop.
Save nilovelez/f477cc03a234b566810a786f2787471f to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Parches Woo Nelson
*/
add_filter( 'woocommerce_thankyou_order_received_text', 'nelson_custom_gracias' );
function nelson_custom_gracias ( $msg_gracias ) {
return 'Nuevo mensaje de gracias';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment