From c7ef3f890cf65d380713ac524e89df4a1008d4c4 Mon Sep 17 00:00:00 2001 From: DustyReagan Date: Tue, 23 Jul 2024 15:42:23 -0500 Subject: [PATCH] Add debugging code --- projects/packages/masterbar/src/masterbar/class-masterbar.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/packages/masterbar/src/masterbar/class-masterbar.php b/projects/packages/masterbar/src/masterbar/class-masterbar.php index 1e9175cd0c7bf..8123170c51bcc 100644 --- a/projects/packages/masterbar/src/masterbar/class-masterbar.php +++ b/projects/packages/masterbar/src/masterbar/class-masterbar.php @@ -155,6 +155,8 @@ public function __construct() { * Initialize our masterbar. */ public function init() { + echo 'init masterbar'; + error_log( 'init masterbar' ); $this->locale = $this->get_locale(); // Don't show the masterbar on WordPress mobile apps.