Add User Dashboard Menu
Include the User Dashboard menu at the top of all pages that are included in the…
Remove Donation Form Fields
This example shows how to remove fields from the donation form.
Remove Gutenberg Blocks Library CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Disable Auto-generated Image Sizes
When we upload any media, WordPress automatically generates other extra sizes of it. It may eat…
Increase the Number of Posts Imported Per Batch from Rank Math Plugin
This filter can be used to increase the default number of posts imported per batch from…
Hide Business Info Phone Number from the Front End
This filter can be used to hide business info phone number from the front end.
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”…
How to Hide Zero Quantity Items in Dropdown Payment Field Notifications
This snippet hides items with zero quantities from your WPForms notification emails when using payment fields
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
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…
Hiding the Currency Symbol in WPForms Total Field
This code snippet removes the following currency symbols from the Total field: £, $, €.
How to Store Field Values in the WPForms Entry
/** * Show values in Dropdown, checkboxes, and Multiple Choice. */ add_action( 'wpforms_fields_show_options_setting', '__return_true' ); /**…
Display Featured Image in Post List
Make featured image visible in post list and quick edit view for any kind of post…
Collect National Id Number
Add a field that collects the donor's national ID number, or any other text field.