Skip to content

Instantly share code, notes, and snippets.

@congthien
Created March 8, 2018 03:20
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 congthien/b3567e3d2f6a196aace645f37e5819e4 to your computer and use it in GitHub Desktop.
Save congthien/b3567e3d2f6a196aace645f37e5819e4 to your computer and use it in GitHub Desktop.
function wpcoupon_child_change_printtext(){
$types[ 'print' ] = esc_html__( 'Release', 'wp-coupon' );
return $types;
}
add_filter( 'wpcoupon_get_coupon_types', 'wpcoupon_child_change_printtext', $plural = false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment