oont-contents/plugins/webp-converter-for-media/vendor_prefixed/src/Hookable.php
2025-02-08 15:10:23 +01:00

13 lines
205 B
PHP

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