Browse
For agents
About
Metricool – Social media and site statistics
/
trunk
Metricool – Social media and site statistics
vtrunk
Switch version
2.1.0
2.0.2
2.0.1
2.0.0
1.27
trunk
Overview
Code
metricool
/
views
/
admin
/
share-post
/
column-header.php
column-header.php
in Metricool – Social media and site statistics trunk, at views/admin/share-post/column-header.php
15 lines
178 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
3
if
(
!
defined
(
'
ABSPATH
'
)
)
{
4
exit
;
5
}
6
7
/**
8
* Variables that should be passed to the view
9
*
@var
string
$label
10
*/
11
?
>
12
13
<
span
>
14
<
?
php
echo
esc_html
(
$
label
)
;
?
>
15
<
/
span
>