We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d698b29 commit 55aa187Copy full SHA for 55aa187
1 file changed
activate.php
@@ -38,7 +38,7 @@ function sqlite_activation() {
38
if ( isset( $_GET['confirm-install'] ) && wp_verify_nonce( $_GET['_wpnonce'], 'sqlite-install' ) ) {
39
sqlite_plugin_copy_db_file();
40
// WordPress will automatically redirect to the install screen here.
41
- wp_redirect( admin_url( 'admin.php?page=sqlite-integration&install=1' ) );
+ wp_redirect( admin_url() );
42
exit;
43
}
44
0 commit comments