Warning in control-center.php
-
Hello! I test this plugin recently, and It gave me the next warning:
in_array() expects parameter 2 to be array, bool given in /home/devfilco/public_html/filco/content/plugins/ads-for-wp/admin/control-center.php on line 1166
I check this file, and I think that with a little change we could fix it.
At the same file, in the line 1163 change this:
$experiences = AMP_Options_Manager::get_option( 'experiences' );
for:
$experiences = AMP_Options_Manager::get_option( 'experiences', [] );
Thank you a lot!
- The topic ‘Warning in control-center.php’ is closed to new replies.