2018-08-20 18:39:57 -05:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Handles post saves and updates, triggering proper plugin
|
|
|
|
* functions when necessary
|
|
|
|
*
|
|
|
|
* @package LBRYPress
|
|
|
|
*/
|
|
|
|
|
2018-08-31 18:50:29 -05:00
|
|
|
class LBRY_Post_Handler
|
|
|
|
{
|
2018-09-11 15:10:15 -05:00
|
|
|
/**
|
|
|
|
* [__construct description]
|
|
|
|
*/
|
|
|
|
public function __construct()
|
2018-08-20 18:39:57 -05:00
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|