%PDF- %PDF-
Direktori : /home/tradesc/www/relax/wp-content/plugins/webp-converter-for-media/src/ |
Current File : /home/tradesc/www/relax/wp-content/plugins/webp-converter-for-media/src/HookableInterface.php |
<?php namespace WebpConverter; /** * Interface for class which has action call to integrates with WordPress hooks. */ interface HookableInterface { /** * Integrates with WordPress hooks. * * @return void */ public function init_hooks(); }