| @@ -23,9 +23,9 @@ | ||
| 23 | 23 | if ( $this->get_option( 'patchstack_license_free', 0 ) == 1 ) { |
| 24 | 24 | return; |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | - add_action( 'init', array( $this, 'ip_ban' ), ~PHP_INT_MAX + 1 ); | |
| 27 | + add_action( 'init', [ $this, 'ip_ban' ], ~PHP_INT_MAX + 1 ); | |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * Determine if the IP address of the user is blocked. |