mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
https://github.com/easydigitaldownloads/library/blob/master/_downloads/price-option-not-checked.html
4 lines
173 B
Text
4 lines
173 B
Text
function sumobi_edd_price_option_checked( $checked, $download_id, $key ) {
|
|
return '';
|
|
}
|
|
add_filter( 'edd_price_option_checked', 'sumobi_edd_price_option_checked', 10, 3 );
|