lbrypress/classes/LBRY_Notifier.php

18 lines
276 B
PHP
Raw Normal View History

<?php
/**
* Class for sending LBRYPress related admin notifications
*
* @package LBRYPress
*/
2022-01-26 02:20:27 +01:00
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Notifier
{
/**
* [__construct description]
*/
public function __construct()
{
}
}