File "Hookable.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor/wpdesk/wp-builder/src/Plugin/Hookable.php
File size: 168 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPDesk\PluginBuilder\Plugin;
interface Hookable {
/**
* Init hooks (actions and filters).
*
* @return void
*/
public function hooks();
}