Move User Fields In Donation Form
In this example we move the user fields section (the "Your Details" bit) to appear below…
Generate a virtual coupon when order is completed.
This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…
Untitled Snippet
increase upload memory
Elementor - Parallax
function jquery_parallax() { ?>
Reverse the Order of the Next & Previous Links
Reverses the order of the next and previous links so that the next link will display…
VIsual Campaign Builder: Add HTML Tags To Display In The HTML/CODE Block
By design, Charitable allows only certain HTML to be displayed in the HTML/CODE Block of the…
Alter Payment List Quick Actions
Remove the 'Delete' option from the Payment List Quick Action
Modify User Role on Checkout
Modify the user role that is given to users that register during checkout
Include Subscriptions in API
Include EDD Subscription payments in the /edd-api/sales endpoint
Keep Emoticons
WordPress converts all emoticons to emoji. This small snippet prevents that, without removing emojis from your…
Set Minimum total purchase amount
add_action( 'woocommerce_check_cart_items', 'required_min_cart_subtotal_amount' ); function required_min_cart_subtotal_amount() { // HERE Set minimum cart total amount $minimum_amount =…
WP Simple Pay: Use Payment Form Description as Payment Description
Always use the payment form's "Description" as the Stripe payment description. By default WP Simple Pay…
google AdSense infeed
google AdSense infeed snippet
Digital Store Theme - Latest Downloads Number
Changes the number of downloads displayed in the latest downloads section of the store front template.