Untitled Snippet
Monthly Leaderboard Race Top players — live updated 00d 00h 00m 00s S #2 $0.00
Donation Fee Radio Field
adds option for them to cover fee, works with visual mode. disgusted their fee cover plugin…
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…
Membership Details Table Override
Hides certain information from the free plans while keeping table formatting
Restrict Dashboard Summary Widget
Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.
Non-required Card State
Makes the cart state a non-required field when present
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…
Show login form for logged out users
Shows the [edd_login] form on restricted content for logged out users.
Home page
home page schema
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…
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );
Gravity Forms Hook — BOL Upload Triggers Capture
When the vendor uploads the Bill of Lading, the following snippet links the submission to the…