HostBN Posted March 17, 2023 Share Posted March 17, 2023 <?php add_hook('ClientAreaHeaderOutput', 1, function($vars) { // Get the current logo URL $logoUrl = $vars['logoUrl']; // Update the link of the logo $logoLink = '<a href="https://example.com"><img src="' . $logoUrl . '"></a>'; // Update the header output with the new logo link $vars['headerOutput'] = str_replace($vars['logo'], $logoLink, $vars['headerOutput']); }); the cod not change my logo url or whmcs . Im planning to use different url in logo for clients and guest but im unable to change logo url from hook. I am not interested to modify the Template file for whmcs smooth update in future. 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.