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

19 lines
309 B
PHP

<?php
/**
* Handles post saves and updates, triggering proper plugin
* functions when necessary
*
* @package LBRYPress
*/
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Post_Handler
{
/**
* [__construct description]
*/
public function __construct()
{
}
}