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 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+

Set a Custom Reply-To Email

This snippet will ensure all emails sent from your site have the same reply-to email address.…

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.

Enable Block Editor For Campaigns

Code that will modify the way the Campaign post type is set up to so that…

Add Field Placeholders

Add placeholder attributes to donation fields, removing the label field.

Prevent AIOSEO From Outputting any Data on Category Archive Pages

Prevent AIOSEO from outputting any data on category archive pages.

<10

WooCommerce Change "$0.00" to "Free"

/** * Snippet Name: WooCommerce Change "$0.00" to "Free" * Snippet Author: ecommercehints.com */ add_filter( 'woocommerce_get_price_html',…

Change Campaign Slug Base

Change the /campaigns/ bit to something else.

WP Simple Pay: Add More Aggressive Rate Limiting

Changes the various default rate limit settings.

1 31 32 33 34 35 227