How to Change the Error Text for Failed Submissions

This code snippet changes the error text that shows to your visitors on failed submissions.

10+

How to Customize the Labels for Image Choices - Combined effect

form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-item:hover .wpforms-image-choices-label { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-color: #f6f6f6; color:…

10+

Dynamically Setting Stripe Payment Description in WPForms

To dynamically set the Stripe payment description, add the following code snippet to your site.

10+

Add Field To Set Custom Page As Donation Page

Create a new campaign field allowing to select the page where donations are made.

Automatically Delete Woocommerce Images After Deleting a Product

Automatically Delete Woocommerce Images After Deleting a Product

WP Simple Pay: Create WordPress User After Payment

Creates a new WordPress user when a subscription is started or a one-time payment is made.

Change Fields On Donation Form

Example on how to change labels for fields on donation form.

Add Dropdown Field To Donation Form

Shows how to add a custom dropdown in a donation form (this example the select field…

Save images as WEBP

/** * Convert Uploaded Images to WebP Format * * This snippet converts uploaded images (JPEG,…

Using an Office 365 GCC or DoD email address

For security measures, Government Community Cloud (GCC) and U.S. Department of Defense (DoD) accounts typically use…

Disable email reports

This filter can be used to disable email reports.

10+

display user name in a menu

/** * Show a user's display name/user name in a WordPress menu. * Once this code…

Allow Other WordPress Roles to View Email Logs

This snippet will allow you to manage the capabilities of roles allowed to view the site's…

Add Campaign Creator Name Donation Export

In this example, the campaign creator's name is added to the Donations export, so it's easy…

Append Post Count to Category Descriptions in LLMS Files

This snippet appends the post count to category descriptions shown in llms.txt

10+
1 31 32 33 34 35 229