PHP Warning: in_array() expects parameter 2 to be array, null given in importer
-
Getting the following PHP warning
PHP Warning: in_array() expects parameter 2 to be array, null given in /wp-content/plugins/import-users-from-csv-with-meta/importer.php on line 425
Is it possible to change line 425 to
elseif( is_array($wp_users_fields) && in_array( $headers[ $i ], $wp_users_fields ) ){ // wp_user data
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Warning: in_array() expects parameter 2 to be array, null given in importer’ is closed to new replies.