How to Add an Input Mask to the International Postal Code
/* * Custom input mask for the address field's international scheme. * * @link https://wpforms.com/developers/how-to-add-an-input-mask-to-the-international-postal-code */…
Setting the Default Address Scheme to International
This snippet is used to update the default behavior of the Address field in WPForms. This…
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…
Display Featured Image in Post List
Make featured image visible in post list and quick edit view for any kind of post…
Remove Login Form
Remove the login prompt from being displayed before the donation form.
Add Campaigns Menu
Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.
Allow Webp, SVG, ICO
A Pro Snippet
increase upload memory
upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />
Change "Your Donation" On Donation Form
On donation forms, the headline "Your Donations" can be changed to any text you want with…
Hide the last item in the breadcrumb trail
This filter can be used to hide the last item in the breadcrumb trail.
Remove Address Line 2 from the Local SEO address output on the front end
This filter can be used to remove Address Line 2 from the Local SEO address output…
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…
Prevent AIOSEO From Outputting a rel=”next” Link
Prevent AIOSEO from outputting a rel=”next” link
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
Dynamically Displaying Years in Your Forms
/** * Dynamically display years in the forms * * @link https://wpforms.com/developers/how-to-dynamically-display-years-in-your-forms/ */ function wpf_dev_dynamic_school_year( )…