SkyRanger Posted June 24, 2019 Share Posted June 24, 2019 elseif (isset($_GET['kudodeloffice'])) { //data removal code will be going here $adminurl = get_admin_url(); $redirurl = $adminurl."admin.php?page=kudos/admin-test-kudos"; wp_redirect($redirurl); } Trying to setup a redirect for after somebody chooses a del link. The link already works and will show the kudodeloffice but will not redirect, keeps giving a header error. Quote Link to comment Share on other sites More sharing options...
maxxd Posted June 25, 2019 Share Posted June 25, 2019 What is the header error? Output already started, not redirecting correctly, poking a badger with a spoon? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.