HEX
Server: LiteSpeed
System: Linux server214.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: bigisxfd (746)
PHP: 8.4.15
Disabled: NONE
Upload Files
File: /home/bigisxfd/www/wp-content/plugins/nextend-facebook-connect/admin/templates/header.php
<?php
defined('ABSPATH') || die();
?>
<div id="nsl-admin">
    <div class="nsl-admin-header">
        <h1>
            <a href="<?php echo NextendSocialLoginAdmin::getAdminUrl(); ?>">
                <img src="<?php echo plugins_url('images/nsl-logo.png', NSL_ADMIN_PATH) ?>" width="64" height="64"
                     alt="Nextend Social Login"/>
                Nextend Social Login</a>
        </h1>

        <a href="<?php echo NextendSocialLoginAdmin::trackUrl('https://social-login.nextendweb.com/documentation/', 'header-menu-docs'); ?>"
           class="nsl-admin-header-nav" target="_blank"><?php _e('Docs', 'nextend-facebook-connect'); ?></a>

        <a href="<?php echo NextendSocialLoginAdmin::trackUrl('https://social-login.nextendweb.com/support/', 'header-menu-support'); ?>"
           class="nsl-admin-header-nav" target="_blank"><?php _e('Support', 'nextend-facebook-connect'); ?></a>

        <a href="<?php echo NextendSocialLoginAdmin::getAdminUrl('debug'); ?>"
           class="nsl-admin-header-nav"><?php _e('Debug', 'nextend-facebook-connect'); ?></a>

        <a href="<?php echo NextendSocialLoginAdmin::trackUrl('https://social-login.nextendweb.com/pricing/', 'header-menu-pro-addon'); ?>"
           class="nsl-admin-header-nav" target="_blank"><?php _e('Pro Addon', 'nextend-facebook-connect'); ?></a>
    </div>