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