Add Email Headers

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

Add Custom Donation Field

Add a new donation field to be displayed in Charitable emails related to donations.

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…

Add Field To Set Custom Page As Donation Page

Create a new campaign field allowing to select the page where donations are made.

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.

Remove the link from the current breadcrumb item on a page

This snippet removes the link from the current breadcrumb item on a page.

<10

Change the Default Taxonomy Slug “locations-category”

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

<10

Change the Post ID Being Processed by AIOSEO

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

<10
1 29 30 31 32 33 190