Make Donor Address Required

Make all address fields required on donation pages.

Remove Login Form

Remove the login prompt from being displayed before the donation form.

WooCommerce Change "$0.00" to "Free"

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

Set AIOSEO Metabox Priority to Low

Set the AIOSEO metabox priority to low

<10

Add Textbox To Donation Form

Adds a textbox to a donation form - for example, to collect a referral code.

Add Donation Form Shortcode

Display a specific campaign's donation form using a shortcode.

Upload font files to media library

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

Exclude a Specific Post from the Sitemap

This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…

<10

Remove Donation Form Fields

This example shows how to remove fields from the donation form.

Redirect To Referer After Login

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

Custom Receipt Page

Redirect to custom receipt or another page after a donation is completed. Can be per campaign…

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 Default Post Type Plural Label “Locations”

This filter can be used to change the default post type plural label from “Locations” to…

<10

Remove Gutenberg Block CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Move Fields

Move fields in the Donation Form.

1 18 19 20 21 22 125