# disk-usage-insights/trunk/src/WpHelper.php

Disk Usage Insights, version trunk. 10 lines.

- Page: https://pluginprobe.com/plugins/disk-usage-insights/trunk/code/src/WpHelper.php
- Raw: https://pluginprobe.com/plugins/disk-usage-insights/trunk/raw/src/WpHelper.php
- Modified: 2025-04-08T13:00:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disk-usage-insights/trunk/code/src/WpHelper.php#L10-L20`.

```php
<?php
namespace Mgleis\DiskUsageInsights;

class WpHelper {

    public static function getPluginUrl(): string {
        return plugins_url('', realpath(__DIR__ . ''));
    }

}
```
