undefined function unslash()
-
PHP Fatal error: Uncaught Error: Call to undefined function unslash() in /wp-content/plugins/m1downloadlist/index.php:93
in index.php on line 93 is missing ‘wp_’
if(!array_key_exists(‘d’, $_REQUEST)) $request[‘d’] = “”; else $request[‘d’] = unslash($_REQUEST[‘d’]);
if(!array_key_exists(‘d’, $_REQUEST)) $request[‘d’] = “”; else $request[‘d’] = wp_unslash($_REQUEST[‘d’]);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.