How to Defer the reCAPTCHA Script

/** * Defer the reCAPTCHA script until after the page loads * * @link https://wpforms.com/developers/how-to-defer-the-recaptcha-script/ */…

10+

Collect National Id Number

Add a field that collects the donor's national ID number, or any other text field.

Set a specific language for Cloudflare Turnstile.

/** * Set a specific language for Cloudflare Turnstile. * * @link https://wpforms.com/developers/how-to-set-the-language-for-cloudflare-turnstile */ function wpf_add_turnstile_language_script()…

10+

Save images as WEBP

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

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…

Add Campaign Creator Name Donation Export

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

Display Post and Page IDs in WordPress Columns

This PHP code enables you to display the IDs of posts and pages within WordPress columns.…

Remove users from WP-JSON

Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.

Change the Post ID Being Processed by AIOSEO

This snippet can be used to change the Post ID being processed by AIOSEO.

10+

Redirect To Referer After Login

After a user logs in, redirect them back to the page they were on right before…

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+

Featured Images of the Current User’s All Active Memberships

This code snippet adds the new [membership_thumbnail] shortcode. Adding this shortcode anywhere on the website will…

Add Field To Set Custom Page As Donation Page

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

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.

1 … 31 32 33 34 35 … 235