Skip to content

Commit

Permalink
Merge pull request #413 from newfold-labs/activate-woocommerce-by-pre…
Browse files Browse the repository at this point in the history
…view-step

Activate WooCommerce by preview step
  • Loading branch information
arunshenoy99 authored Jan 16, 2024
2 parents c6f7a78 + e074db7 commit 2b837c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Services/PluginService.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static function configure_activation_transient() {
'option_active_plugins',
function ( $plugins ) {
if ( '1' === get_transient( Options::get_option_name( 'filter_active_plugins' ) ) ) {
return array( container()->plugin()->basename );
return Plugins::get_active_plugins_list();
}
return $plugins;
}
Expand Down

0 comments on commit 2b837c7

Please sign in to comment.