Remove Author Links
If you are disabling author archives on your site you will want to remove the author…
Set WP Login Url To Charitable Login Page
Always use the Charitable login page as the login.
How to Disable Browser Autocomplete for Form Fields - all fields
/** * Disable form autocomplete for all fields on a specific form * * @link https://wpforms.com/developers/disable-browser-autocomplete-for-form-fields/…
Redirect To Referer After Login
After a user logs in, redirect them back to the page they were on right before…
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
How to Create a Form With Floating Labels
/** * Remove the field label from the top of the field * * @link https://wpforms.com/developers/how-to-create-a-form-with-floating-labels/…
Add a custom field to the checkout screen
Allows one to add a custom field to the checkout screen
Remove Gutenberg Block CSS
Remove Gutenberg Block Library CSS from loading on the frontend
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…
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
Use Page Template For Campaigns
Instead of using the Post template for campaigns, use the Page template as a fallback.
Auto Register Login Link
Replaces the login link included in the Auto Register email, which directs customers to log into…
Add Image Alt Text automatic
function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…
Setting the Default Address Scheme to International
This snippet is used to update the default behavior of the Address field in WPForms. This…
Change the Default Taxonomy Name “aioseo-location-category”
This filter can be used to change the default taxonomy name “aioseo-location-category”.