• File: IHooks.php
  • Full Path: /home/mrjeffgoldman/public_html/kensingtonsearch.net/wp-content/plugins/wp-mail-logging/src/IHooks.php
  • Date Modified: 05/22/2026 3:47 AM
  • File size: 86 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace No3x\WPML;

interface IHooks {
    function addActionsAndFilters();
}