| @@ -81,9 +81,9 @@ | ||
| 81 | 81 | * Import_Controller::ALLOWED_PLUGINS so an arbitrary slug can never be stored. |
| 82 | 82 | * |
| 83 | 83 | * @var string[] |
| 84 | 84 | */ |
| 85 | - const MIGRATABLE_PLUGINS = ['yoast', 'rankmath', 'seopress', 'aioseo']; | |
| 85 | + const MIGRATABLE_PLUGINS = ['yoast', 'rankmath', 'seopress', 'aioseo', 'squirrly']; | |
| 86 | 86 | |
| 87 | 87 | /** |
| 88 | 88 | * Register API routes. |
| 89 | 89 | * |