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…

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+

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+

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

10+

Change the Payment Delimiter Inside Email Notifications

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

10+

Setting the Default Address Scheme to International

This snippet is used to update the default behavior of the Address field in WPForms. This…

10+

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…

10+

Hiding the Currency Symbol in WPForms Total Field

This code snippet removes the following currency symbols from the Total field: £, $, €.

10+

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' ); /**…

10+

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.

1 26 27 28 29 30 196