Remove Campaign Name From Donation Summary
Change the output of the line items displayed by the donation summary in email receipts.
ACF_KEYSMST_MSTCASECPT - TAB: SAFETY & RISK (v3.0 Modular)
/** * ============================================ * MST CASE - TAB: SAFETY & RISK (v3.0 Modular) * ============================================ *…
Custom Vendor Product Fields for HTS and Export Classification Number
Vendor Product Editor Backend Preview: https://snipboard.io/KszCjU.jpg Vendor Product Page Frontend Preview: https://snipboard.io/FNGhHt.jpg
Hide Cart Price Button
/** * Hide Price & Add to Cart for Non Logged in Users for Specific Products…
WPForms: display a form under the confirmation message with or without user entered field values.
add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…
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.