error with in_array
-
Just installed, looking good. Get an error:
Warning: in_array() expects at least 2 parameters, 1 given in [path]/wp-content/plugins/pay-with-square-in-gravity-forms/includes/class-square-gf.php on line 905
The line is
if( in_array( $unsanitized ) ) {
I think it should be
if( is_array( $unsanitized ) ) {
With is instead of in.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘error with in_array’ is closed to new replies.