Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

10+

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 */…

10+

Display Featured Image in Post List

Make featured image visible in post list and quick edit view for any kind of post…

Add User Dashboard Menu

Include the User Dashboard menu at the top of all pages that are included in the…

Display Donation Form

Display a specific campaign's donation form.

Remove Login Form

Remove the login prompt from being displayed before the donation form.

increase upload memory

upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />

Hide the last item in the breadcrumb trail

This filter can be used to hide the last item in the breadcrumb trail.

10+

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…

10+

Hide Business Info Phone Number from the Front End

This filter can be used to hide business info phone number from the front end.

10+

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…

Ignore Cover Image Block when “First Image in Content” is set as the Image Source

This filter can be used to ignore the cover image block when “First Image in Content”…

10+

Change the Payment Delimiter Inside Email Notifications

This snippet changes the default separator for payment details in emails.

10+

How to Restrict Numbers in a Single Line Text Form Field

/** * Disallow numbers in a single-line text field * * @link https://wpforms.com/developers/how-to-restrict-numbers-in-a-single-line-text-form-field/ */ function wpf_dev_disallow_numbers_text_field(…

10+
1 25 26 27 28 29 180