lbrypress/classes/lbry_post_handler.php

14 lines
213 B
PHP
Raw Normal View History

<?php
/**
* Handles post saves and updates, triggering proper plugin
* functions when necessary
*
* @package LBRYPress
*/
if (! class_exists('LBRY_Post_Handler')) {
class LBRY_Post_Handler
{
}
}