Search results for: admin
Meta Pixel - InitiateCheckout Event
Meta Pixel - InitiateCheckout Event
Publishing email
Emails the author when their download is published.
Cortex Schema API
/** * Cortex Schema API v3.1 - Streamlined Schema Audit with Server-Side Filtering * * Focused…
Cortex Image Meta API
/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…
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".…
WpPages_DIR_AB_ACF - WordPress Pages Sync ACF Fields (ENHANCED)
Description: Comprehensive ACF fields for page data with ALL metadata for WhaleSync/Airtable * Location: Run Everywhere…
Convert Customers to Users
Adds a tool to create user accounts for customers that don't already have them, and update…
ACF - KEYSMST_ Case - Tab 8: Contact Log Staging Fields
/** * WPCode Snippet: MST Case - Tab 8: Contact Log Staging Fields * Description: Temporary…
Kupon kódok megjelenítése az értesítő email-ekben
Ezzel a kóddal megjeleníthetjük a vásárlás során felhasznált kupon kódokat az értesítő email-ekben. Az egyszerűbb és…
Notify if Stripe is put in Test Mode
Notification for Test mode on Update
Entry Forms
Entry Forms Selects
Move WPCode "Status" Column from Last to First (WPCode)
This code snippet moves the "Status" column of WPCode's code snippets table from last to first.…
Redirect Lost Password to a Custom Page
By default, some plugins redirect the “Lost Password” link to the WordPress admin panel. This snippet…
PHP - Custom login
// === CUSTOM LOGIN PAGE === add_action('login_enqueue_scripts', function () { echo ' '; }); // ===…