PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Check & Log Email – Easy Email Testing & Mail logging
/
1.0.0
Check & Log Email – Easy Email Testing & Mail logging
v1.0.0
Switch version
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
2.0
2.0.1
2.0.10
2.0.11
2.0.12
2.0.13
2.0.13.1
2.0.13.2
2.0.14
2.0.2
2.0.3
2.0.4
2.0.5
2.0.5.1
2.0.6
2.0.7
2.0.8
2.0.9
trunk
0.5.7
0.6.0
0.6.1
0.6.2
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.12.1
1.0.13
1.0.13.1
1.0.2
1.0.3
Overview
Code
Analysis
check-email
/
include
/
Core
/
Loadie.php
check-email
/
include
/
Core
Last commit date
DB
5 years ago
Request
5 years ago
UI
5 years ago
Check_Email_Admin_Capability_Giver.php
5 years ago
Check_Email_Log.php
5 years ago
Check_Email_Logger.php
5 years ago
Check_Email_Review.php
5 years ago
Loadie.php
5 years ago
Loadie.php
10 lines
1
<
?
php
namespace
CheckEmail
\
Core
;
2
3
defined
(
'
ABSPATH
'
)
||
exit
;
//
Exit if accessed directly.
4
5
interface
Loadie
{
6
7
public
function
load
(
)
;
8
9
}
10