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…

Using Smart Tags in Your WordPress Rewrite Rules

This code transforms messy URLs like https://example-site.com/?pagename=portfolio-vendor&[email protected] into clean URLs like https://example-site.com/portfolio/vendor/1/[email protected]/

<10

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…

Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

<10

Do On Complete

Execute code whenever an EDD purchase is complete.

Digital Store Theme - Latest Downloads Number

Changes the number of downloads displayed in the latest downloads section of the store front template.

Remove Terms Fields

If you would like to enable the terms and conditions, privacy policy and user contact consent…

Send New User Notifications

Send the new user notification after someone registers through the Charitable registration form.

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

1 53 54 55 56 57 125