mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
3 lines
83 B
Text
3 lines
83 B
Text
add_filter( 'charitable_minimum_donation_amount', function() {
|
|
return 2;
|
|
} );
|