REST API Shopping Cart Endpoint for EDD

Adds a REST API endpoint that returns the current user's shopping cart.

Join me on Pinterest

Discover delicious recipes and more!

Corrección de widgets tipo "slides.default"

Este script es un parche técnico diseñado para corregir errores de renderizado en los carruseles de…

Download Archive Menu Item

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

Cherry Widget

Kimberly Merrill
<10

Retroactive License Emails

Send an email with the license key to customers when retroactively generating licenses with Easy Digital…

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…

Download Archive Purchase Buttons

Output purchase button below the full content on download archive pages.

Home page

home page schema

David Nesmith
<10

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…

<10

Auto Generate Virtual Coupon After a Customer Completed an Order

/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…

Custom Field to Vendor Settings Page

/* WC Vendors Pro - My Custom Field */ function store_bank_details( ){ if ( class_exists( 'WCVendors_Pro'…

1 99 100 101 102 103 223