| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | 'status' => self::status( $result->status ), |
| 29 | 29 | 'mode' => self::mode( $result->mode ), |
| 30 | 30 | ]; |
| 31 | 31 | |
| 32 | - $check = apply_filters( WOWP_Plugin::PREFIX . '_conditions', $check, $param ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | |
| 32 | + $check = apply_filters( WOWP_Plugin::PREFIX . '_conditions', $check, $param ); | |
| 33 | 33 | |
| 34 | 34 | if ( in_array( false, $check, true ) ) { |
| 35 | 35 | return false; |
| 36 | 36 | } |