forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
if (! interface_exists ( "PostmanMailEngine" )) {
|
||||
|
||||
interface PostmanMailEngine {
|
||||
public function getTranscript();
|
||||
public function send(PostmanMessage $message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user