Generate and Send Invoice Number to Authorize.Net

This snippet generates and sends a unique invoice number to Authorize.Net for completed payments in WPForms

<10

Add Image Alt Text automatic

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

Redirect To Referer After Login

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

Add Custom Campaign And Donation Field

In this example, a new email field is added which can be used both in campaign…

Add Email Headers

Add headers to Charitable emails (for example CC/BCC headers).

Change Postcode To Zipcode

Change the "Postcode" field into a "ZIP Code" field.

Register New Donation Field

Adding a new field (in this example it is a National ID Number). Explains all the…

Change Campaign Slug Base

Change the /campaigns/ bit to something else.

Remove Gutenberg Block CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Remove Google Fonts (non-Elementor)

function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );

Allow WebP Files Upload

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

WP Simple Pay: Add More Aggressive Rate Limiting

Changes the various default rate limit settings.

Remove users from WP-JSON

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

Change Fields On Donation Form

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

Change the Default Taxonomy Slug “locations-category”

This filter can be used to change the default taxonomy slug “locations-category”.

<10
1 29 30 31 32 33 190