Archives: Snippets
Diagnostic_Universal – KIC Universal Diagnostic Tool – PASSIVE VERSION
/** * KIC Universal Diagnostic Tool – PASSIVE VERSION * * A comprehensive diagnostic tool for debugging KIC Enterprise systems * SAFE TO KEEP ACTIVE PERMANENTLY – Does NOTHING until you access it! * * HOW IT WORKS: * –…Continue reading
WPCODE_DIR_AD_SYNC – WPCode Snippets Sync Engine
/** * WPCode Snippet: WPCode Snippets Sync Engine * Description: Synchronizes WPCode snippets FROM wpcode CPT TO wpcode_snippets_sync CPT * Location: Run Everywhere * Priority: 20 * * INSTALL ORDER: #3 – Install after ACF fields are registered * *…Continue reading
WPCODE_DIR_AA_CPT – WPCode Snippets Sync CPT Registration
/** * WPCode Snippet: WPCode Snippets Sync CPT Registration * Description: Registers shadow CPT for syncing WPCode snippets to REST API * Location: Run Everywhere * Priority: 5 * * INSTALL ORDER: #1 – Install this first * * IMPORTANT:…Continue reading
WPCODE_DIR_AB_ACF – Fields for WPCode Snippets Sync
/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to store WPCode snippet data in sync CPT * Location: Run Everywhere * Priority: 10 * * INSTALL ORDER: #2 – Install after CPT registration,…Continue reading
WPCODE_DIR_AC_RAPI – REST API Enhancements for WPCode Snippets Sync
/** * WPCode Snippet: REST API Enhancements for WPCode Snippets Sync * Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere * Priority: 15 * * INSTALL ORDER: #4 – Install last, after sync system…Continue reading
Untitled Snippet
Untitled Snippet
ACF – KEYSMST_ Case – Tab 8: Contact Log Staging Fields
/** * WPCode Snippet: MST Case – Tab 8: Contact Log Staging Fields * Description: Temporary staging fields for weekly contact log aggregation * Priority: 13 (loads with Tab 8: Treatment Progress) * Location: mst_case post type * * CRITICAL:…Continue reading
CPT_KEYSMST_Weekly Summary Child to MST CASE
/** * Plugin Name: MST Weekly Summary CPT – Blueprint v4.2 Compliant * Description: Weekly summary CPT for MST cases – hierarchical child of mst_case, optimized for Gravity Suite integration * Version: 2.1.0 – Blueprint v4.2 Aligned (CREATES NEW POST…Continue reading