Browse
For agents
About
Email Marketing by EmailOctopus
/
trunk
Email Marketing by EmailOctopus
vtrunk
Switch version
3.1.10
trunk
1.0.0
1.0.1
1.1.0
1.2.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.4.0
2.0.0
2.0.1
2.0.2
2.0.3
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.6
2.2.0
All 39 releases
Overview
Code
emailoctopus
/
functions.php
functions.php
in Email Marketing by EmailOctopus trunk, at functions.php
11 lines
154 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
* EmailOctopus plugin: Global and/or general-purpose functions.
4
*/
5
6
//
Exit if accessed directly.
7
if
(
!
defined
(
'
ABSPATH
'
)
)
8
{
9
exit
;
10
}
11