Copy Donation Receipt To Admin
Send the donation receipt to the site admin as well.
New Donation Field Plus Customized Donor Name
This is the full code for a tutorial written on the WP Charitable blog.
MemberPress: Disable the Default WordPress Password Reset Link E-Mail
If the "Disable Password Fields on membership registration forms" option is active in MemberPress settings (Dashboard…
Include Pending Donors
By default, the Donors widget & shortcode will only include donors with Paid donations. With this…
MemberPress: Changes Product Image on the Checkout Page
This code snippet changes the product image on the checkout page in MemberPress. By default, MemberPress…
Do Not Hide Donor Fields For Logged In Users
Charitable hides the donor fields for users who are logged in and you can force shown…
Load Template Files In Admin
Load Charitable template files in the admin area.
Disable Author Archive
A small Code that disable the WordPress Author Archive and redirect to the Homepage
webfontloader.js
// Add custom scripts function add_custom_script_webfont_loader_js() { wp_register_script( 'webfontloader', 'https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js', array(), '1.6.28', true ); wp_enqueue_script( 'webfontloader'…
Change Accepted Countries Per Campaign
This example shows how to change the accepted countries list on a per-campaign basis.
Set Campaign Thumbnail Size
Set campaign thumbnails to have the same size.
Insert Template at the Bottom of the Mobile Menu
The following snippet can be used to insert a custom template in the bottom region of…
Set Default Highlight Colour
/** * NOTE: This snippet will not work in versions of Charitable prior to 1.2. *…
Multipost Query Loop
This code snippet adds the ability to add multiple posts to the Generate Blocks Query Loop
MemberPress: Changes Product Image on the Checkout Page (copy)
This code snippet changes the product image on the checkout page in MemberPress. By default, MemberPress…