Skip to content

Commit

Permalink
Fixed a minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zohaib87 committed Oct 5, 2023
1 parent 8b95dc6 commit adf9959
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions helpers/plugins-activator.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Register the required plugins for this theme.
*
* <snip />
*
*
* This function is hooked into tgmpa_init, which is fired within the
* TGM_Plugin_Activation class constructor.
*/
Expand All @@ -19,7 +19,7 @@ function _xe_register_required_plugins() {
* If the source is NOT from the .org repo, then source is also required.
*/
$plugins = array(

// Include a plugin from the WordPress Plugin Repository.
array(
'name' => 'Elementor Website Builder',
Expand All @@ -36,11 +36,6 @@ function _xe_register_required_plugins() {
'slug' => 'meta-box',
'required' => true,
),
array(
'name' => 'One Click Demo Import',
'slug' => 'one-click-demo-import',
'required' => false,
),
array(
'name' => 'Max Mega Menu',
'slug' => 'megamenu',
Expand All @@ -58,8 +53,8 @@ function _xe_register_required_plugins() {
),

// <snip />
);

);

/**
* Array of configuration settings. Amend each line as needed.
Expand Down

0 comments on commit adf9959

Please sign in to comment.