I installed the dw-question plugins and after every plugin installation I am getting the following warning
Warning: in_array() expects parameter 2 to be array, null given in /wp-content/plugins/dw-question-answer/dw-question-answer.php on line 211
How can I fix that?
Is it something to worry about?
Thanks!
In case anyone has the same problem-warning. See here.
As Dominic said:
You can open the dw-question-answer/dw-question-answer.php file and replace the line 211 with the following code:
if ( is_array($file_name) && in_array( $file_name, $args['plugins'] ) ) {