__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
use WP_STATISTICS\Menus;
use WP_Statistics\Utils\Url;
use WP_Statistics\Utils\Request;
if (Menus::in_page('download_tracker')) {
$title = __('Download Report', 'wp-statistics');
} elseif (Menus::in_page('link_tracker')) {
$title = __('Link Report', 'wp-statistics');
}
?>
<div class="wps-tracker-header">
<div>
<div class="wps-tracker-header__title">
<h1 class="wps_title">
<?php echo esc_html($title) ?>
</h1>
</div>
<div class="wps-tracker-header__info">
<?php
$target = Request::get('target');
$filename = basename(Url::getPath($target));
$url = preg_replace('#(?<!:)/{2,}#', '/', str_replace($filename, '', $target));
?>
<a href="<?php echo esc_url($target) ?>" title="<?php echo esc_html($target) ?>" target="_blank">
<span><?php echo esc_html($url) ?></span><span><?php echo esc_html($filename) ?></span>
</a>
</div>
</div>
</div>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| author-analytics.php | File | 1.88 KB | 0644 |
|
| category-analytics.php | File | 814 B | 0644 |
|
| post-type.php | File | 4.9 KB | 0644 |
|
| single-resource.php | File | 487 B | 0644 |
|
| tracker.php | File | 1.04 KB | 0644 |
|