Let Google place ads for you

Add one piece of code to your site and Google will automatically show ads in all…

Change Section Headers Per Campaign

Change the section headers in the donation form.

Update Cart Automatically

/** * Update Cart Automatically on Quantity Change * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/remove-update-cart-button.html…

Send Notifications On User Registration

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

Replace Add to Cart With Download for Subscribers

If the user is recurring or has purchased the product already, shows a link to download…

Customize User Verification Email

Modifies the email sent to customers to verify their accounts.

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

Add User Field

This adds a field to the end of the "Your Details" section in the Profile form.

Add Campaign Raised Summary

Add a short summary after the donation details showing the funds raised by each campaign.

Prevent AIOSEO From Outputting any Data on Category Archive Pages

Prevent AIOSEO from outputting any data on category archive pages.

<10

Auto register guests that purchase

function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…

Carla Mawyin
<10

google tag

google code

Raymond Berry
<10

Change Custom Amount Field Label

Filter the custom amount field description.

quiz

// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…

1 29 30 31 32 33 125