Browse
For agents
About
Counters Block – showcase your stats with animated numbers
/
2.0.2
Counters Block – showcase your stats with animated numbers
v2.0.2
Switch version
2.0.8
2.0.7
trunk
1.0.0
1.0.1
1.0.2
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
Overview
Code
counters-block
/
includes
/
functions.php
functions.php
in Counters Block – showcase your stats with animated numbers 2.0.2, at includes/functions.php
7 lines
109 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
function
ctrbIsPremium
(
)
4
{
5
return
CTRB_HAS_PRO
?
cb_fs
(
)
->
can_use_premium_code
(
)
:
false
;
6
}
7