PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Check & Log Email – Easy Email Testing & Mail logging
/
2.0
Check & Log Email – Easy Email Testing & Mail logging
v2.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
1 year ago
Request
1 year ago
UI
1 year ago
Check_Email_Admin_Capability_Giver.php
1 year ago
Check_Email_Export_Log.php
1 year ago
Check_Email_From_Handler.php
1 year ago
Check_Email_Log.php
1 year ago
Check_Email_Logger.php
1 year ago
Check_Email_Review.php
1 year ago
Loadie.php
1 year 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