Select Git revision
AjaxHandler.php
-
Grzegorz Rola authoredGrzegorz Rola authored
AjaxHandler.php 363 B
<?php
namespace WPDesk\Notice;
use WPDesk\PluginBuilder\Plugin\HookablePluginDependant;
use WPDesk\PluginBuilder\Plugin\PluginAccess;
/**
* Class Notice.
*
* @package WPDesk\Notice
*/
class AjaxHandler implements HookablePluginDependant
{
use PluginAccess;
/**
* Hooks.
*/
public function hooks()
{
add_action();
}
}