hdc_sanitize_array
-
in functions.php line 450:
$fields[$key][“value”] = array_map(‘hdc_sanitize_array’, $v[“value”]);
should be changed to:
$fields[$key][“value”] = array_map(‘hdq_sanitize_array’, $v[“value”]);(hdc –> hdq)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘hdc_sanitize_array’ is closed to new replies.