Closed kornbed closed 3 years ago
PHP Deprecation notice with the function base_convert since PHP 7.4 $boundary = base_convert(uniqid('boundary', true), 10, 36);
$boundary = base_convert(uniqid('boundary', true), 10, 36);
fixed here: https://github.com/mailgun/wordpress-plugin/pull/108
PHP Deprecation notice with the function base_convert since PHP 7.4
$boundary = base_convert(uniqid('boundary', true), 10, 36);