Admin redirect after install
This commit is contained in:
@@ -65,10 +65,9 @@ class SP_Install {
|
|||||||
delete_transient( '_sp_activation_redirect' );
|
delete_transient( '_sp_activation_redirect' );
|
||||||
|
|
||||||
// What's new redirect
|
// What's new redirect
|
||||||
//wp_redirect( admin_url( 'index.php?page=sp-about' ) );
|
wp_redirect( admin_url( 'index.php?page=sp-about' ) );
|
||||||
//exit;
|
exit;
|
||||||
|
|
||||||
// Update button
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user