mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://github.com/Charitable/library/blob/master/admin-donation-form/allow-manual-donations-without-email.php
1 line
72 B
Text
1 line
72 B
Text
add_filter( 'charitable_permit_donor_without_email', '__return_true' );
|