From 1e5524139c6e7fc272c7c76705eb8bb2d2a3f79b Mon Sep 17 00:00:00 2001 From: costdev Date: Tue, 5 Nov 2024 18:36:33 +0000 Subject: [PATCH] Controller: Initialize `AspireUpdate\Branding`. --- includes/class-controller.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/class-controller.php b/includes/class-controller.php index 32110e1..160c912 100644 --- a/includes/class-controller.php +++ b/includes/class-controller.php @@ -18,6 +18,8 @@ public function __construct() { Admin_Settings::get_instance(); Plugins_Screens::get_instance(); Themes_Screens::get_instance(); + Branding::get_instance(); + $this->api_rewrite(); add_action( 'init', [ $this, 'load_textdomain' ] );