Your IP : 18.117.187.62


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/mailpoet/vendor-prefixed/symfony/deprecation-contracts/
Upload File :
Current File : //home/sudancam/public_html3/games/wp-content/plugins/mailpoet/vendor-prefixed/symfony/deprecation-contracts/function.php

<?php
namespace MailPoetVendor;
if (!defined('ABSPATH')) exit;
if (!\function_exists('MailPoetVendor\\trigger_deprecation')) {
 function trigger_deprecation(string $package, string $version, string $message, ...$args) : void
 {
 @\trigger_error(($package || $version ? "Since {$package} {$version}: " : '') . ($args ? \vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
 }
}