FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
symfony
/
translation-contracts
Edit File: TranslatorInterface.php
<?php namespace MailPoetVendor\Symfony\Contracts\Translation; if (!defined('ABSPATH')) exit; interface TranslatorInterface { public function trans(string $id, array $parameters = [], ?string $domain = null, ?string $locale = null); }
Save
Back