Remitur Posted April 5, 2023 Share Posted April 5, 2023 Hello. Using ClientAreaPrimarySidebar ( https://developers.whmcs.com/hooks-reference/client-area-interface/#clientareaprimarysidebar ) I would like to recover domainID (or domain name) when the page is /clientarea.php?action=domaindetails&id=xxx ? For services I know it's possible with: $service = Menu::context('service'); $pid = (int) $service->id; but... how to do it for domains? 0 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.