I'm getting an error and I don't know how to resolve it..
The error is:
Parse error: syntax error, unexpected 'addslashes_strings_only' (T_STRING), expecting '{' in /home/blokhuisocca/domains/blokhuisoccasions.nl/public_html/wp-includes/deprecated.php on line 4135
Line 4135 is:
function ()addslashes_strings_only( $value ) {
return is_string( $value ) ? addslashes( $value ) : $value;
}
How to fix?