/** * ============================================ * MST CASE – TAB: Case Status & Tracking (v3.0 Modular) * ============================================ * * Purpose: Workflow status, treatment phase, MSTI assignment * Fields: 25 fields * Parent: group_mst_case_master * Priority: 10 (must load AFTER master container)…Continue reading
/** * WPCode Snippet: WordPress Users Sync – FINAL NO DUPLICATES VERSION * Description: Bulletproof manual sync with guaranteed no duplicate posts * Location: Run Everywhere * Priority: 20 * Version: 5.0 FINAL – Complete rewrite with duplicate prevention *…Continue reading
/** * WPCode Snippet: Expose Users Sync ACF Fields to REST API (Application Password Auth Required) * Description: Makes ALL user sync data accessible ONLY via Application Password authentication * Location: Run Everywhere * Priority: 15 * * CRITICAL: This…Continue reading
/** * WPCode Snippet: WordPress Users & BuddyBoss Profiles ACF Fields – COMPLETE * Description: Complete ACF fields for user data, BuddyBoss, WP Fusion, LifterLMS, and Gravity Forms * Location: Run Everywhere * Priority: 10 * * INSTALL ORDER: #2…Continue reading
/** * WPCode Snippet: WordPress Users & BuddyBoss Profiles CPT Registration * Description: Registers custom post type for user/profile sync with full REST API support * Location: Run Everywhere * Priority: 0 * * INSTALL ORDER: #1 – Install this…Continue reading
/* * Create a unique_id Smart Tag and assign it to each form submission. * * @link https://wpforms.com/developers/how-to-create-a-unique-id-for-each-form-entry/ */ // Generate Unique ID Smart Tag for WPForms function wpf_dev_register_smarttag( $tags ) { // Key is the tag, item is the…Continue reading
/* ===================================================== WCV Vendors Login Form – Custom Styling This CSS snippet customizes the vendor registration form to improve layout, typography, colors, and button style ===================================================== */ /* Customise vendor login fields */ form#wcv-login-form .wcv-field-wrapper>input { width: 60%; height: 48px;…Continue reading