Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
wp-mail-logging
/
src
/
Renderer
/
Format
/
/home/ariannadhf/www/wp-content/plugins/wp-mail-logging/src/Renderer/Format/IMailRenderer.php
<?php namespace No3x\WPML\Renderer\Format; interface IMailRenderer { /** * @param $item * @return string|array * @throws \Exception */ function render($item); function renderModal( $item ); }