Add Picture Field To Donation Form

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

Make Single Field Required

Make a single field on the donation form required.

Set Custom Donation Receipt Page

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

Add Creator Name

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

Add Individual Category Tag Columns

Show a separate column for each category and tag, with a 1 or a 0 in…

Set New User Role

Set the role of users who register through the Charitable registration form shortcode.

Blog filter

Add a filter for blogs

Explicit Fixed Width and Height

Explicit Fixed Width and Height for images

Ensure Webfont is Loaded (Elementor)

add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );

Change user role for buyers

This is useful if, for example, you want buyers to be able to access dedicated content…

Move Jump to Recipe above featured image in Genesis

/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…

<10

Add Custom Text Before Purchase Button

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

Prevent Duplicate Cart Items

Prevents the same item from being added to the cart multiple times.

File Size Display

After the download content, shows a list of the download files and their sizes

Exclude downloads from search

Exclude downloads from showing in search results

1 35 36 37 38 39 177