<?php namespace WeglotWP\Models; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Hooks interface * * @since 2.0 * */ interface Hooks_Interface_Weglot { public function hooks(); }