buildapps2016
Results
1
comments of
buildapps2016
Thank you for your reply. I replaced the statement to: ``` if (version_compare(PHP_VERSION, '7.0.0') >= 0) { $value = preg_replace_callback('!s:(\d+):"(.*?)";!s', function($matches) { return 's:'.strlen($matches[2]).':"'.$matches[2].'";'; }, stripslashes($meta['value'])); $value = maybe_unserialize($value); }else{...