<?php namespace EmailLog\Core; defined( 'ABSPATH' ) || exit; // Exit if accessed directly. /** * EmailLog Loadie interface. * The `load()` method of this interface will be called by Email Log. * Even though Loadie is not an actual word it sound more logical than subscriber. * * @since 2.0.0 */ interface Loadie { /** * This method will be called by Email Log after `wp-loaded` event. * * @return void */ public function load(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
DB | Folder | 0755 |
|
|
Request | Folder | 0755 |
|
|
UI | Folder | 0755 |
|
|
AdminCapabilityGiver.php | File | 1.62 KB | 0644 |
|
EmailLog.php | File | 4.13 KB | 0644 |
|
EmailLogger.php | File | 5.33 KB | 0644 |
|
Loadie.php | File | 450 B | 0644 |
|