please help me remove this button in my customer area, i no have more idea :(
i try this but not working...
<?php
add_hook('ClientAreaHomepagePanels', 1, function($homePagePanels) {
if (!is_null($primaryNavbar->getChild('Recent Support Tickets'))) {
$primaryNavbar->removeChild('Recent Support Tickets');
}
i try steps this url.. nothing work
https://developers.whmcs.com/hooks-reference/client-area-interface/#clientareahomepagepanels