Add Field To Set Custom Page As Donation Page
Create a new campaign field allowing to select the page where donations are made.
Remove Gutenberg Block CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Remove Google Fonts (non-Elementor)
function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );
Auto Register Login Link
Replaces the login link included in the Auto Register email, which directs customers to log into…
Allow WebP Files Upload
The provided PHP code is intended to enable the upload of WebP image files in WordPress…
Remove users from WP-JSON
Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
Increase the Number of Posts Imported Per Batch from SEOPress Plugin
This filter can be used to increase the default number of posts imported per batch from…
Prevent AIOSEO From Outputting a rel=”next” Link
Prevent AIOSEO from outputting a rel=”next” link
Add Multiple Checkboxes To Donation Form
This uses the "multi-checkbox" vs just "checkbox" for a single checkbox.
Changing Sublabels for the Email Field
This snippet is used to update the default labels for the Email field when it includes…
Changing sublabels for Email Field on a Single Form
This snippet is used to change sublabel for Email field on a specific form. Be sure…
How to Change the Captcha Theme on Google Checkbox v2 reCAPTCHA
/** * Change the captcha theme for the Google Checkbox v2 reCAPTCHA * * @link https://wpforms.com/developers/how-to-change-the-captcha-theme-on-google-checkbox-v2-recaptcha/…
Use a custom ID prefix in Table of Content block
This snippet can be used to add a custom ID prefix for the Table of Content…
Remove the default 'aioseo-' ID prefix added for the Table of Content block
This snippet can be used to remove the default 'aioseo-' ID prefix added for the Table…