/** * ============================================ * MST CASE – TAB: SAFETY & RISK (v3.0 Modular) * ============================================ * * Purpose: Adds Safety & Risk tab to master field group * Parent: group_mst_case_master * Source: Form 245 – MST Safety Assessment + ongoing…Continue reading
/** * ============================================ * 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: Enhanced User Profile Fields – KIC Enterprises * Description: Adds optional contact and address fields to user profiles * Location: Run Everywhere * Priority: 10 * Prefix: kic_ for KIC Enterprises (portable across all client sites)…Continue reading
/** * ===================================================== * PIXELSZ REMOTE CLIENT v3.0 – VOOR KLANT WEBSITES * ===================================================== * * INSTALLATIE: * 1. Maak WPCode snippet aan op klant website * 2. Plak deze HELE code * 3. Stel de locatie in op “Run…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
if ( ! function_exists(‘pipeline_local_time’) ) { function pipeline_local_time($iso) { if (empty($iso)) return ”; try { $src = new DateTimeImmutable(trim($iso)); // honors -06:00 $wp_tz = wp_timezone(); // site’s timezone $local = $src->setTimezone($wp_tz); return $local->format(‘Y-m-d H:i:s’); } catch (Exception $e) { return…Continue reading
add_filter(‘perfmatters_critical_image_exclusions’, function($exclusions) { $exclusions[] = ‘check-mark-1.svg’; return $exclusions; }); /** * GenerateBlocks Pro Overlay Lazy Load Enabler * * This filter hook overrides the default behavior for GenerateBlocks Pro Overlays * (‘anchored’ or ‘mega-menu’ types) to explicitly allow lazy loading.…Continue reading