403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /inetpub/wwwroot/prosvasi/wp-content/plugins/wp-statistics/views/components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /inetpub/wwwroot/prosvasi/wp-content/plugins/wp-statistics/views/components/account-information.php
<?php

if (!defined('ABSPATH')) exit; // Exit if accessed directly

use WP_Statistics\Decorators\UserDecorator;

?>

<?php /** @var UserDecorator $user */ ?>
<div class="wps-visitor__visitors-details">
    <div class="wps-visitor__visitors-detail--row">
        <span><?php esc_html_e('Username', 'wp-statistics'); ?></span>
        <div>
            <a href="<?php echo esc_url(get_edit_user_link($user->getId())); ?>" class="wps-visitor__username">
                <img src="<?php echo esc_url(WP_STATISTICS_URL . 'assets/images/user-icon.svg'); ?>" width="19" height="19" alt="<?php echo esc_attr(sprintf('%s (#%s)', $user->getDisplayName(), $user->getId())); ?>">
                <span class="wps-link-color"><?php echo esc_html(sprintf('%s (#%s)', $user->getDisplayName(), $user->getId())); ?></span>
            </a>
        </div>
    </div>

    <div class="wps-visitor__visitors-detail--row">
        <span><?php esc_html_e('Email address', 'wp-statistics'); ?></span>
        <div>
            <a href="mailto:<?php echo esc_attr($user->getEmail()); ?>" title="<?php echo esc_attr($user->getEmail()); ?>">
                <span class="wps-link-color"><?php echo esc_html($user->getEmail()); ?></span>
            </a>
        </div>
    </div>

    <div class="wps-visitor__visitors-detail--row">
        <span><?php esc_html_e('Last login', 'wp-statistics'); ?></span>
        <div class="wps-ellipsis-parent">
            <span><?php echo $user->getLastLogin() ? esc_html($user->getLastLogin()) : esc_html('-'); ?></span>
        </div>
    </div>

    <div class="wps-visitor__visitors-detail--row">
        <span><?php esc_html_e('Registered', 'wp-statistics'); ?></span>
        <div class="wps-ellipsis-parent">
            <span><?php echo esc_html($user->getRegisteredDate()); ?></span>
        </div>
    </div>

    <div class="wps-visitor__visitors-detail--row">
        <span><?php esc_html_e('Role', 'wp-statistics'); ?></span>
        <div class="wps-ellipsis-parent">
            <span class="c-capitalize"><?php echo esc_html($user->getRole()); ?></span>
        </div>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit