Add Dropdown Field To Donation Form

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

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+

Display Post and Page IDs in WordPress Columns

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

Change the Post ID Being Processed by AIOSEO

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

10+

Change Fields On Donation Form

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

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+

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

Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

WP Simple Pay: Add More Aggressive Rate Limiting

Changes the various default rate limit settings.

Prevent AIOSEO From Outputting any Data on Category Archive Pages

Prevent AIOSEO from outputting any data on category archive 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

Translating the Total Field's Order Summary

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

<10

Remove Gutenberg Block CSS

Remove Gutenberg Block Library CSS from loading on the frontend

1 19 20 21 22 23 125