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:…
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…
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.
Remove Discount Field
Removes the Discount Code field from the checkout form.
WPBakery Collapse All Rows
Adds Collapse / Expand All Rows in WP Bakery Builder + Ave WP Theme
Readme.txt Parsing Enhancements
Updates a Download's current version and changes log fields when using the readme.txt parsing feature in…
WPForms Center Align
Cernter alligns WP forms fields and content. Must enter wpf-center in General/Advanced form settings.
Foodtruck
crée moi moi un plugin pour wordpress pour un foodtruck avec une commande pour fermer et…
Charitable: Force PayPal Legacy gateway
Overrides Charitable Pro 1.8.15+ PayPal tier detection at read-time so the legacy `paypal` gateway stays visible…