mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
https://github.com/easydigitaldownloads/library/blob/master/_checkout/remove-download-files.html
4 lines
160 B
Text
4 lines
160 B
Text
function sumobi_edd_receipt_show_download_files() {
|
|
return false;
|
|
}
|
|
add_filter( 'edd_receipt_show_download_files', 'sumobi_edd_receipt_show_download_files' );
|