Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: NumericString.php
<?php namespace Mpdf\Utils; class NumericString { public static function containsPercentChar($string) { return strstr($string, '%'); } public static function removePercentChar($string) { return str_replace('%', '', $string); } }