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.