lbrypress/classes/LBRY_Notifier.php
2022-02-08 17:41:59 -06:00

18 lines
276 B
PHP

<?php
/**
* Class for sending LBRYPress related admin notifications
*
* @package LBRYPress
*/
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Notifier
{
/**
* [__construct description]
*/
public function __construct()
{
}
}