GravityForms_DIR_AC_SYNC - Gravity Forms & Feeds Sync Engine

* Description: Manual sync functionality for forms and their feeds * Location: Run Everywhere * Priority:…

ismail daugherty PRO
<10

Vimeo Autoplay Unmute (Homepage)

document.addEventListener("click", function () { const iframe = document.querySelector("iframe[src*='vimeo.com']"); if (!iframe) return; iframe.contentWindow.postMessage( JSON.stringify({ method: "setVolume", value:…

Richard Hersperger
<10

WPForms: hide certain sections on a single entry page: notes, log, debug, meta, payment, actions, related, geolocation.

This code removes all sections on a single entry page in the admin area. Method names…

WPCode Snippet: Download All Snippets Button

* Description: Adds bulk download button to WPCode Snippets Sync admin page * Location: Admin Only…

ismail daugherty PRO
<10

Donation Fee Radio Field

/** * 1. Register the Required Yes/No Radio Field */ add_action( 'init', function() { if (…

Disallow store credits if cart has subscription product

This snippet will remove the store credit option if the cart has a subscription product

Download Archive Menu Item

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

Add a button to customer data

Add a button to retrieve all customer data.

1 85 86 87 88 89 224