Hi,
Thank you for providing such a wonderful plugin.
In my environment, after changing the server’s PHP version from 8.0.30 to PHP 8.1.22, the following errors occurred:
Deprecated: Automatic conversion of false to array is deprecated in /xxxx/xxxx/xxxxxxx/wp-content/plugins/adrotate/adrotate.php on line 188
Deprecated: Automatic conversion of false to array is deprecated in /xxxx/xxxx/xxxxxxx/wp-content/plugins/adrotate/adrotate.php on line 212
Deprecated: Automatic conversion of false to array is deprecated in /xxxx/xxxx/xxxxxxx/wp-content/plugins/adrotate/adrotate.php on line 200
The relevant lines seem to be
‘title’ => $title,
Related PHP documentation is here…
https://www.php.net/manual/en/migration81.deprecated.php
Do you have any plans to address this issue?
