Skip to content

Commit

Permalink
Deactivate Silently
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Jul 1, 2024
1 parent 8854bea commit 078954b
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 078954b

Please sign in to comment.