Add Empty Option To Countries List

Add an empty "Select your country"option at the start of the list of countries in the…

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…

New Donation Field Plus Customized Donor Name

This is the full code for a tutorial written on the WP Charitable blog.

Add Individual Category Tag Columns

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

Add Country

Add Kosovo to the list of countries in Charitable.

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…

1 35 36 37 38 39 206