diff options
Diffstat (limited to 'Postman/notifications/INotify.php')
-rw-r--r-- | Postman/notifications/INotify.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Postman/notifications/INotify.php b/Postman/notifications/INotify.php deleted file mode 100644 index f40548d..0000000 --- a/Postman/notifications/INotify.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -if ( ! defined( 'ABSPATH' ) ) { - exit; // Exit if accessed directly -} -interface Postman_Notify { - public function send_message( $message ); -}
\ No newline at end of file |