lbrypress/classes/lbry_post_handler.php
2018-09-11 15:10:15 -05:00

18 lines
251 B
PHP

<?php
/**
* Handles post saves and updates, triggering proper plugin
* functions when necessary
*
* @package LBRYPress
*/
class LBRY_Post_Handler
{
/**
* [__construct description]
*/
public function __construct()
{
}
}