Disable email reports

This filter can be used to disable email reports.

<10

Redirect To Referer After Login

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

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.

Prevent AIOSEO From Outputting any Data on Category Archive Pages

Prevent AIOSEO from outputting any data on category archive pages.

<10

Dynamically Setting Stripe Payment Description in WPForms

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

<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

Save images as WEBP

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

Add Field Placeholders

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

Add Creator Name

Display the campaign creator's name on the campaign page and in the campaign grid/list.

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

Remove Gutenberg Block CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Allow WebP Files Upload

The provided PHP code is intended to enable the upload of WebP image files in WordPress…

1 31 32 33 34 35 223