Skip to content

Commit

Permalink
Adds support string for luza
Browse files Browse the repository at this point in the history
  • Loading branch information
beingaashishr committed Feb 10, 2022
1 parent 2e69929 commit 8063fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/class-themegrill-demo-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ private function get_core_supported_themes() {
'zakra',
'webshop',
'elearning',
'online-education'
'online-education',
'luza',
);
// Check for official core themes pro version.
$pro_themes = array_diff( $core_themes, array( 'explore', 'masonic' ) );
Expand Down

0 comments on commit 8063fca

Please sign in to comment.