| @@ -227,12 +227,8 @@ | ||
| 227 | 227 | if ( empty( $hint ) ) { |
| 228 | 228 | return false; |
| 229 | 229 | } |
| 230 | 230 | |
| 231 | - if ( static::is_conflict_plugin_installed() ) { | |
| 232 | - return false; | |
| 233 | - } | |
| 234 | - | |
| 235 | 231 | foreach ( $hint as $key => $value ) { |
| 236 | 232 | switch ( $key ) { |
| 237 | 233 | case self::DISMISSED: |
| 238 | 234 | if ( self::is_dismissed( $value ) ) { |