Reverse the Order of the Next & Previous Links

Reverses the order of the next and previous links so that the next link will display…

Post class update

add_filter( 'body_class', function( $classes ) { $acc_type=tmwp_get_user_role(); if (!$acc_type) $acc_type='anonymous'; return array_merge( $classes, array('acc-type-'.strtolower($acc_type),tmwp_get_page_class()) ); }…

Changes the default recipe author name in Tasty Recipes

Replace 'Your New Default Author Name' inside the quotes with your preferred Author Name and then…

<10

Allow Manual Donations Without Email

Allow donors to be be added without an email address.

Change Donation Cancellation Url

Change the URL that donors are returned to when they cancel their donation.

Disable Donation Receipt For Offline Donations

Disable the donation receipt email for offline donations.

Remove Campaign Name From Donation Summary

Change the output of the line items displayed by the donation summary in email receipts.

Register Multiple Donation Fields

Add multiple new fields to your donation form.

Add Donation Receipt Opt Out Checkbox

In this function we register a new donation field with a key of `receipt_opt_out`. If the…

Set Default Donation Amount

Set the default donation amount for all campaigns.

Set Maximum Donation Amount

Set the maximum donation amount required.

Set Default Donation Amount Per Campaign

Customize the default donation amount on a per campaign basis.

1 10 11 12 13 14 28