Add Wallet Deposit Levels
Deposit levels are pre-defined in EDD Wallet. This plugin allows you to add custom deposit levels,…
Prevent Duplicate Purchases
Prevents logged-in customers from purchasing an item twice.
Adsense
Adse
Untitled Snippet
document.addEventListener("click", (e) => { const pill = e.target.closest(".rs-pill"); if (!pill) return; const row = pill.parentElement; row.querySelectorAll(".rs-pill").forEach(p…
Untitled Snippet
'options' => array( '' => 'Maak een keuze', 'Google' => 'Google', 'Via Marktplaats' => 'Via Marktplaats',…
Unique Order ID
Creates a unique order ID
Unlimited User Downloads for EDD Recurring
Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments
Increase After Order Actions Delay
By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…
Allow mixed cart support with Stripe Payment Elements
Make it possible to purchase a subscription and non-subscription product in the same transaction with Stripe's…
WooCommerce Delivery Address Popup – Sync Address in Header & Checkout
Enhance your WooCommerce store with an Amazon-style "Deliver to" address popup. Allow customers to select or…
Show and Save Custom Taxonomy On the Vendor Product Edit Form
This code snippet is for displaying and saving the custom product taxonomy (e.g., "product_brand" or "sizes")…
Rankmath Breadcrums
add_action('wp_head', 'mi_add_breadcrumbs'); function mi_add_breadcrumbs() { if (function_exists('rank_math_the_breadcrumbs')) { echo ''; rank_math_the_breadcrumbs(); echo ''; } }
META CONVERSIONS API (CAPI) — PURCHASE (SERVER-SIDE)
/** * ============================================================================= * VOELGOED — META CONVERSIONS API (CAPI) — PURCHASE (SERVER-SIDE) * ============================================================================= *…