2018-08-31 18:50:29 -05:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Class for sending LBRYPress related admin notifications
|
|
|
|
*
|
|
|
|
* @package LBRYPress
|
|
|
|
*/
|
2022-02-13 19:34:20 -06:00
|
|
|
defined('ABSPATH') || die(); // Exit if accessed directly
|
2018-08-31 18:50:29 -05:00
|
|
|
|
|
|
|
class LBRY_Notifier
|
|
|
|
{
|
2018-09-11 15:10:15 -05:00
|
|
|
/**
|
|
|
|
* [__construct description]
|
|
|
|
*/
|
|
|
|
public function __construct()
|
2018-08-31 18:50:29 -05:00
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|