Files
homeproz/wp-content/plugins/webp-converter-for-media/vendor_prefixed/src/Hookable.php
T

14 lines
205 B
PHP
Executable File

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