We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cc465 commit fc303afCopy full SHA for fc303af
cleantalk.class.php
@@ -1214,4 +1214,4 @@ function cleantalk_get_real_ip()
1214
function cleantalk_is_JSON($string)
1215
{
1216
return ((is_string($string) && (is_object(json_decode($string)) || is_array(json_decode($string))))) ? true : false;
1217
-}
+}
0 commit comments