Browse
For agents
About
OffCanvas / Drawer – add sleek slide-in panels to any page
/
trunk
OffCanvas / Drawer – add sleek slide-in panels to any page
vtrunk
Switch version
2.0.7
2.0.6
2.0.5
trunk
1.0.0
1.0.1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
Overview
Code
offcanvas-block
/
includes
/
functions.php
functions.php
in OffCanvas / Drawer – add sleek slide-in panels to any page trunk, at includes/functions.php
7 lines
106 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
obIsPremium
(
)
4
{
5
return
OCB_HAS_PRO
?
ob_fs
(
)
->
can_use_premium_code
(
)
:
false
;
6
}
7