| @@ -9,11 +9,11 @@ | ||
| 9 | 9 | } |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | 12 | private function options(): array { |
| 13 | - return [ | |
| 13 | + return array( | |
| 14 | 14 | 'optin_monster_api_activation_redirect_disabled' => 'true', |
| 15 | - 'wpforms_activation_redirect' => 'true', | |
| 16 | - 'aioseo_activation_redirect' => 'false', | |
| 17 | - ]; | |
| 15 | + 'wpforms_activation_redirect' => 'true', | |
| 16 | + 'aioseo_activation_redirect' => 'false', | |
| 17 | + ); | |
| 18 | 18 | } |
| 19 | 19 | } |