File "function.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/deprecation-contracts/function.php
File size: 384 bytes
MIME-type: text/x-php
Charset: utf-8

<?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);
 }
}