Add Picture Field To Donation Form

A picture field is added to the donation form, allowing donors to upload an image as…

Remove Section

Remove entire sections from a profile form.

Remove Campaign Description

Remove the campaign descriptions from the campaign loop (campaign shortcodes).

Set Custom Donation Receipt Page

You can set a custom donation receipt page, including a page that is not on your…

Show Admin Bar

The code below shows the admin bar for logged in users who do not have these…

Add Creator Name

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

Add Currency

Add a new currency (the example here is Armenian Dram currency (AMD) ).

Send Notifications On User Registration

/** * Notify admin and user when a user registers with Charitable. * * @param array[]…

Show local fonts in block editor

Display custom fonts in the backend editor

Move Jump to Recipe above featured image

/** * Ensures the "Jump to Recipe" button is added to the content really late. */…

<10

Button - Add to cart to Buy Now

add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…

Carla Mawyin
<10

Custom Email Template

Creates a custom email template for EDD emails.

Verify Email Domain

During the banned email checks, see if the domain being checked has DNS configured, if not…

Add Custom Text Before Purchase Button

Add custom text just before the "Purchase" button at checkout

1 34 35 36 37 38 196