LifterLMS_DIR_AD_FPopulation - LifterLMS Course Sync - Detail Population Module

* PURPOSE: * - Hooks into main sync completion * - Populates comprehensive course data (lessons,…

ismail daugherty PRO
<10

ACF - KEYSMST_ Case - Tab 8: Contact Log Staging Fields

/** * WPCode Snippet: MST Case - Tab 8: Contact Log Staging Fields * Description: Temporary…

ismail daugherty PRO
<10

Show Certain Products to Certain Wholesale Customers Only

How to use: 1. Do not tag normal/default products. 2. Tag only “special” products with "wholesale-special".…

Elegant Fade In-Out

Hide all elements until they Visible in the Viewport

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

Force "Become a Vendor" to always go to /my-account/become-a-vendor/

/** * Force "Become a Vendor" to always go to * /my-account/become-a-vendor/ * * Applies to…

Modify User Verification URL Expiration

Changes the length of time before user verification email links expire

Payment Calculator

This is a calculator for payments

Donnie Bryant PRO
<10

Add vat over the commission

This will add VAT value over the commission

WooCommerce to Google Sheets schaahi store

add_action('woocommerce_order_status_completed', 'send_order_to_google_sheets', 10, 1); function send_order_to_google_sheets($order_id) { $order = wc_get_order($order_id); if (!$order) return; $line_items = $order->get_items();…

1 94 95 96 97 98 226