Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Last active July 29, 2021 13:55
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/da44d9b79356d997be87c599c4fa2e77 to your computer and use it in GitHub Desktop.
Save clifgriffin/da44d9b79356d997be87c599c4fa2e77 to your computer and use it in GitHub Desktop.
Change "Free!" shipping label
<?php
// Do NOT include the opening php tag.
// Place in your theme's functions.php file
add_filter( 'cfw_shipping_free_text', function() {
return 'Free shipping!';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment