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+

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.

Automatically Delete Woocommerce Images After Deleting a Product

Automatically Delete Woocommerce Images After Deleting a Product

Disable email reports

This filter can be used to disable email reports.

10+

Add Dropdown Field To Donation Form

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

Prevent AIOSEO From Outputting any Data on Category Archive Pages

Prevent AIOSEO from outputting any data on category archive pages.

<10

How to Block Names From Completing Your Form - First Last and First Middle Last format

/** * Prevent certain names from the other formats for the Name form field. * *…

<10

Translating the Total Field's Order Summary

This code targets specific elements inside the Order Summary and updates the labels to the translated…

<10

WP Simple Pay: Add More Aggressive Rate Limiting

Changes the various default rate limit settings.

Increase the Number of Posts Imported Per Batch from Yoast SEO Plugin

This filter can be used to increase the default number of posts imported per batch from…

<10

How to Block Names From Completing Your Form - Simple format

/** * Prevent certain names from the Simple format Name form field. * * @link https://wpforms.com/developers/how-to-block-names-from-completing-your-form/…

<10

Prevent AlOSEO from outputting any data on term pages

This snippet can be used to prevent AlOSEO from outputting any data on term pages

<10

Add Image Alt Text automatic

function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…

Prevent AIOSEO From Outputting a rel=”prev” Link

Prevent AIOSEO from outputting a rel=”prev” link

<10

Sending Form Fields as Smart Tags to Square

The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…

<10
1 20 21 22 23 24 129