Repository URL to install this package:
|
Version:
1.11.1 ▾
|
<?php
namespace FSProVendor\WPDesk\PluginBuilder\Plugin;
interface Hookable
{
/**
* Init hooks (actions and filters).
*
* @return void
*/
public function hooks();
}