From 1ecd5d2f8996c78f526557a1b02c4ddd058117c9 Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Thu, 21 Dec 2023 10:09:14 +0530 Subject: [PATCH] Add Wonder to SiteGen --- includes/Themes.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/includes/Themes.php b/includes/Themes.php index e786b75..9a74050 100644 --- a/includes/Themes.php +++ b/includes/Themes.php @@ -14,6 +14,7 @@ final class Themes { protected static $flow_default_theme_slugs = array( 'wp-setup' => 'yith-wonder', 'ecommerce' => 'yith-wonder', + 'sitegen' => 'yith-wonder', ); /** @@ -48,6 +49,15 @@ final class Themes { ), ), ), + 'sitegen' => array( + 'default' => array( + array( + 'slug' => 'nfd_slug_yith_wonder', + 'activate' => true, + 'priority' => 20, + ), + ), + ), ); /**