Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/9611176378e84618970874481e371af5 to your computer and use it in GitHub Desktop.
Save clifgriffin/9611176378e84618970874481e371af5 to your computer and use it in GitHub Desktop.
<?php
// Add to WP Admin > CheckoutWC > Advanced > PHP Snippets
// Or to your child theme's functions.php file
// Do NOT include opening PHP tag above (<?php)
add_filter( 'cfw_thank_you_continue_shopping_text', function() {
return 'Your Text!';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment