Browse
For agents
About
Sky Addons for Elementor
/
trunk
Sky Addons for Elementor
vtrunk
Switch version
3.8.5
3.8.4
3.8.3
3.8.2
3.8.0
3.8.1
3.3.3
3.3.2
trunk
1.0.0
1.0.10
1.0.2
1.0.6
1.0.7
1.0.8
1.0.9
1.5.0
2.0.0
2.0.8
2.5.10
2.5.11
2.5.12
2.5.13
2.5.15
2.5.16
All 52 releases
Overview
Code
sky-elementor-addons
/
includes
/
utils.php
utils.php
in Sky Addons for Elementor trunk, at includes/utils.php
14 lines
128 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
Sky_Addons
;
3
4
use
Sky_Addons
\
Sky_Addons_Plugin
;
5
6
if
(
!
defined
(
'
ABSPATH
'
)
)
{
7
exit
;
8
}
9
10
class
Sky_Utils
{
11
12
13
}
14