Register New Donation Field
Adding a new field (in this example it is a National ID Number). Explains all the…
Upload font files to media library
Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library
Allow Webp, SVG, ICO
A Pro Snippet
Add Email Headers
Add headers to Charitable emails (for example CC/BCC headers).
Change the redirect URI when using Google App’s OAuth
If you prefer not to use the default OAuth redirect URI (connect.wpmailsmtp.com) for added security and…
Change Postcode To Zipcode
Change the "Postcode" field into a "ZIP Code" field.
Change the Email Summary Email Address
This snippet will allow you to specify who the email summaries should be delivered to. On…
Remove Login Form
Remove the login prompt from being displayed before the donation form.
increase upload memory
upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />
Auto Register Login Link
Replaces the login link included in the Auto Register email, which directs customers to log into…
Disable Update Emails
// Disable auto-update email notifications add_filter('auto_core_update_send_email', 'disable_auto_update_emails', 10, 4); function disable_auto_update_emails($send, $type, $core_update, $result) { if…
Hide the last item in the breadcrumb trail
This filter can be used to hide the last item in the breadcrumb trail.
Add Field To Set Custom Page As Donation Page
Create a new campaign field allowing to select the page where donations are made.
WP Simple Pay: Create WordPress User After Payment
Creates a new WordPress user when a subscription is started or a one-time payment is made.
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product