Browse
For agents
About
Disk Usage Insights
/
trunk
Disk Usage Insights
vtrunk
Switch version
trunk
1.0
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
Overview
Code
disk-usage-insights
/
src
/
WpHelper.php
WpHelper.php
in Disk Usage Insights trunk, at src/WpHelper.php
10 lines
177 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
namespace
Mgleis
\
DiskUsageInsights
;
3
4
class
WpHelper
{
5
6
public
static
function
getPluginUrl
(
)
:
string
{
7
return
plugins_url
(
'
'
,
realpath
(
__DIR__
.
'
'
)
)
;
8
}
9
10
}