PluginProbe ʕ •ᴥ•ʔ
Check & Log Email – Easy Email Testing & Mail logging / 2.0.13
Check & Log Email – Easy Email Testing & Mail logging v2.0.13
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
check-email / include / Core / Loadie.php
check-email / include / Core Last commit date
DB 2 months ago Request 2 months ago UI 2 months ago Auth.php 2 months ago Check_Email_Admin_Capability_Giver.php 2 months ago Check_Email_Export_Log.php 2 months ago Check_Email_From_Handler.php 2 months ago Check_Email_Log.php 2 months ago Check_Email_Logger.php 2 months ago Check_Email_Multisite.php 2 months ago Check_Email_Review.php 2 months ago Loadie.php 2 months 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