From 81d3e8c8464bb39d7618c6e2e991d80d6aa13008 Mon Sep 17 00:00:00 2001 From: "Md.Harun-Ur-Rashid" Date: Wed, 29 Apr 2026 11:33:35 +0600 Subject: [PATCH] chore: update Kirki plugin dependency to Kirki Pro --- classes/Tutor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Tutor.php b/classes/Tutor.php index 99694cfd68..c579060e4b 100644 --- a/classes/Tutor.php +++ b/classes/Tutor.php @@ -635,7 +635,7 @@ public function includes() { } // Only kirki latest has class KirkiMain. - $is_kirki_active = \is_plugin_active( 'kirki/kirki.php' ) && class_exists( 'KirkiMain' ); + $is_kirki_active = \is_plugin_active( 'kirki-pro/kirki-pro.php' ) && class_exists( 'KirkiProMain' ); if ( $is_kirki_active ) { $tutor_kirki_path = $tutor_path . 'includes/kirki/kirki.php';