Skip to content

Commit

Permalink
Merge pull request #2130 from the-events-calendar/tweak/deactivate-si…
Browse files Browse the repository at this point in the history
…lently

Deactivate Silently
  • Loading branch information
dpanta94 authored Jul 1, 2024
2 parents 8854bea + 078954b commit 602ed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Integrations/Plugin_Merge_Provider_Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function init_merged_plugin(): void {
* @since TBD
*/
public function deactivate_plugin(): void {
deactivate_plugins( $this->get_plugin_file_key() );
deactivate_plugins( $this->get_plugin_file_key(), true, is_multisite() && is_plugin_active_for_network( $this->get_plugin_file_key() ) );
}

/**
Expand Down

0 comments on commit 602ed95

Please sign in to comment.