Donation Fee Radio Field

adds option for them to cover fee, works with visual mode. disgusted their fee cover plugin…

Disallow point redemption if cart has subscription product.

This snippet will remove the point redemption option if the cart has a subscription product

Membership Details Table Override

Hides certain information from the free plans while keeping table formatting

Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Cherry Widget

Kimberly Merrill
<10

RED'S Java Snippet

fetch("https://redllc.ai/wp-json/chaport/v1/lead", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify(payload) }) .then(res => res.json()) .then(data…

Home page

home page schema

David Nesmith
<10

Remove ISO 4217 for Google Feeds

// Force localization for all feeds add_filter('adt_product_feed_localize_price_args', function($args) { $args['decimal_separator'] = '.'; $args['thousand_separator'] = ','; return…

<10

custom order status wpadmin

/* * Register a custom order status * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/order-statuses.html */…

Remove Google Fonts

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

<10

Untitled Snippet

i want a on off button that when press each other send logical true if press…

1 119 120 121 122 123 224