From 747d741293e064a979d7bf6c143ef969ea6d7629 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 24 May 2026 20:49:44 +0000
Subject: [PATCH] =GMBReview block minor tweaks. Refactored ReferralManager.php and ReferralRoutes.php to utilize the manager for all logic, and CustomTable for table interactions.

---
 jvb.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/jvb.php b/jvb.php
index d5da153..4e33269 100644
--- a/jvb.php
+++ b/jvb.php
@@ -20,6 +20,7 @@
     exit;
 }
 
+
 /**
  * Track REST API errors by wrapping request execution
  */
@@ -574,3 +575,10 @@
 		jvbIcon('caret-double-up')
 	);
 }
+
+add_action( 'doing_it_wrong_run', function ( $function_name ) {
+	if ( '_load_textdomain_just_in_time' === $function_name ) {
+		// This will print the full execution path to your screen or log
+		debug_print_backtrace();
+	}
+} );

--
Gitblit v1.10.0