summaryrefslogtreecommitdiff
path: root/Postman/notifications/INotify.php
blob: f40548d88d7a512f51b128672a59ed51595814e0 (plain)
1
2
3
4
5
6
7
<?php
if ( ! defined( 'ABSPATH' ) ) {
    exit; // Exit if accessed directly
}
interface Postman_Notify {
    public function send_message( $message );
}