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