Home / Admin / Remove Product Notes For All Downloads
Duplicate Snippet

Embed Snippet on Your Site

Remove Product Notes For All Downloads

Remove product notes from all downloads. These show on the purchase confirmation page, the admin email and customer’s purchase receipt.

Code Preview
php
<?php
add_filter( 'edd_product_notes', '__return_false' );

Comments

Add a Comment