| 3 | | Note: this assumes the plugin will not be included with the update, it simply checks `! file_exists( WP_PLUGIN_DIR . '/classic-editor/classic-editor.php' )`. If it is included, we will need to change that to `is_plugin_active()` and some of the text in the "Keep it Classic" section to refer to "activate" instead of "install". |
| | 3 | Note: this assumes the plugin will not be included with the update, it simply checks `! file_exists( WP_PLUGIN_DIR . '/classic-editor/classic-editor.php' )`. |
| | 4 | |
| | 5 | If the plugin is included we will need to change that to `is_plugin_active()` and some of the text in the "Keep it Classic" section to refer to "activate" instead of "install". |