| @@ -5,8 +5,9 @@ | ||
| 5 | 5 | use WPSEO_Addon_Manager; |
| 6 | 6 | use WPSEO_Admin_Asset_Manager; |
| 7 | 7 | use WPSEO_Tracking_Server_Data; |
| 8 | 8 | use WPSEO_Utils; |
| 9 | +use Yoast\WP\SEO\Bulk_Editor\User_Interface\Bulk_Editor_Integration; | |
| 9 | 10 | use Yoast\WP\SEO\Conditionals\Admin_Conditional; |
| 10 | 11 | use Yoast\WP\SEO\Conditionals\User_Can_Manage_Wpseo_Options_Conditional; |
| 11 | 12 | use Yoast\WP\SEO\Config\Migration_Status; |
| 12 | 13 | use Yoast\WP\SEO\Helpers\Options_Helper; |
| @@ -97,9 +98,10 @@ | ||
| 97 | 98 | 'wpseo_search_console', |
| 98 | 99 | 'wpseo_tools', |
| 99 | 100 | Plans_Page_Integration::PAGE, |
| 100 | 101 | 'wpseo_workouts', |
| 101 | - 'wpseo_integrations', | |
| 102 | + Integrations_Page::PAGE, | |
| 103 | + Bulk_Editor_Integration::PAGE, | |
| 102 | 104 | ]; |
| 103 | 105 | |
| 104 | 106 | /** |
| 105 | 107 | * The current admin page |