CHARITABLE_DEBUG mode

This code snippet will define the `CHARITABLE_DEBUG` constant as `true`. See https://www.wpcharitable.com/documentation/charitable-debug-mode/.

E-List

sign up for our e-news

Change Number of Downloads in Bundle Select

When editing a bundle, the select field for choosing the downloads to include only displays a…

Menu Order + Thumbnail

Displays two additional columns in the WordPress admin list for Pages and Posts: Featured Image: Shows…

WP Simple Pay: Translate Stripe Error Messages

For more information about the available error codes and messages visit: https://stripe.com/docs/error-codes

Defining General Settings Constants

Every constant in this section can be used for any mailer because they’re not specific to…

Debt

Loan Mechanic Give a Loan Loan Amount (1 - Your Cash Balance): Interest Rate (%): Select…

Load all Customizer "Additional CSS" in Block Editor

The CSS added to the frontend via the Customizer does not get added to the block…

Disable New User Notifications

Disable the new user notification email for both the admin and user

Untitled Snippet

document.addEventListener("click", (e) => { const pill = e.target.closest(".rs-pill"); if (!pill) return; const row = pill.parentElement; row.querySelectorAll(".rs-pill").forEach(p…

Add User Email To Donation Summary

This will allow - among other places - for the user email to be displayed on…

1 58 59 60 61 62 234