Skip to content

Commit 96ef77a

Browse files
fix: always show conflict notice
1 parent 2c9e26b commit 96ef77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ class="button button-primary button-hero"><?php _e( 'Connect to OptiMole', 'opti
908908
* Adds conflicts notice.
909909
*/
910910
public function add_notice_conflicts() {
911-
if ( $this->settings->is_connected() || ! $this->conflicting_plugins->should_show_notice() ) {
911+
if ( ! $this->conflicting_plugins->should_show_notice() ) {
912912
return;
913913
}
914914

0 commit comments

Comments
 (0)