Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Created July 23, 2019 19: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/a815726a90ea13c7794a67b8f4daf59b to your computer and use it in GitHub Desktop.
Save clifgriffin/a815726a90ea13c7794a67b8f4daf59b to your computer and use it in GitHub Desktop.
Change promo code label for Checkout for WooCommerce.
<?php
// Do NOT include the opening php tag.
// Place in your theme's functions.php file
add_filter( 'cfw_promo_code_label', function() {
return 'Enter Code if Applicable';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment