Redirect all currently logged in administrator to a particular page when pages a
-
I’m working on a plugin. The plugin file waits for POST request from an external server. I want all currently logged-in administrators to be redirected to another page once the request comes in from an external server. $new_sender = $_POST[“From”]; if($new_sender==$saved) {Redirect all currently logged in administrator to a particular page when pages are already loaded}
- The topic ‘Redirect all currently logged in administrator to a particular page when pages a’ is closed to new replies.