Set the minimum donation amount in Charitable

Set the minimum donation amount in Charitable on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'charitable_minimum_donation_amount', function() { 
    return 5;
} );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.