| @@ -186,9 +186,12 @@ | ||
| 186 | 186 | ( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) || |
| 187 | 187 | // Cloudways |
| 188 | 188 | fs_ends_with( $subdomain, '.cloudwaysapps.com' ) || |
| 189 | 189 | // Kinsta |
| 190 | - ( fs_starts_with( $subdomain, 'staging-' ) && ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) ) ) || | |
| 190 | + ( | |
| 191 | + ( fs_starts_with( $subdomain, 'staging-' ) || fs_starts_with( $subdomain, 'env-' ) ) && | |
| 192 | + ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) ) | |
| 193 | + ) || | |
| 191 | 194 | // DesktopServer |
| 192 | 195 | fs_ends_with( $subdomain, '.dev.cc' ) || |
| 193 | 196 | // Pressable |
| 194 | 197 | fs_ends_with( $subdomain, '.mystagingwebsite.com' ) || |