Last Updated: January 28, 2020 <?php add_action('init','handle_your_reqest'); function handle_your_request(){ if (isset($_REQUEST['your-key'])): // Your Code Here exit; endif; } Add your feedback or comment below: