Files

14 lines
205 B
PHP
Executable File

<?php
namespace WebpConverterVendor\MattPlugins\DeactivationModal;
interface Hookable
{
/**
* Init hooks (actions and filters).
*
* @return void
*/
public function hooks();
}