Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created December 31, 2015 13:51
Show Gist options
  • Select an option

  • Save jesseeproductions/95cf5951086c95b683d5 to your computer and use it in GitHub Desktop.

Select an option

Save jesseeproductions/95cf5951086c95b683d5 to your computer and use it in GitHub Desktop.
Coupon Creator - Add Expired Message to Print Coupons
/*
* Coupon Creator - Add Expired Message to Print Coupons
* Version 2.1.2
*/
add_action('cctor_print_no_show_coupon', 'cctor_expired_message' );
function cctor_expired_message() {
echo '<h3>Sorry, this coupon has expired.</h3>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment