# Hiding the discount code

If you want to hide the discount code from appearing on the purchase confirmation page, use this filter: ` add_filter( &#039;edd_purchase_rewards_show_discount_code&#039;, &#039;__return_false&#039; ); `