🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux in-mum-web1643.main-hosting.eu 5.14.0-687.46.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Sep 11 09:03:19 EDT 2026 x86_64
👤 User: u621169360 (621169360)
🐘 PHP: 8.2.33
🚫 Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail

💻 Terminal

📁 /home/u621169360/domains/agriexpertt.com/public_html
$

📄 hooks.php

📁 Path: /home/u621169360/domains/clientarea.webotapp.com/public_html/modules/servers/licensing/hooks.php
📊 Size: 722 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
/**
 * My Licenses Menu Item
 *
 * Adds a 'My Licenses' link to the Services dropdown menu within the
 * client area linking to a product/service listing filtered for
 * licensing addon related products.
 *
 * @param WHMCS\Menu\Item $menu
 */
add_hook('ClientAreaPrimaryNavbar', -1, function ($menu)
{
    // check services menu exists
    if (!is_null($menu->getChild('Services'))) {
        // add my licenses link
        $menu->getChild('Services')
            ->addChild(
                Lang::trans('licensingaddon.mylicenses'),
                array(
                    'uri' => 'clientarea.php?action=products&module=licensing',
                    'order' => 11,
                )
            );
    }
});
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨