Count() warning in edd.php
-
Broadcast version: 43
Hi Edward,
We are getting a count() warning generated in our production logs from /threewp-broadcast/src/sdk/wordpress/updater/edd.php:313
Currently is:
if ( $workaround && count( $this->edd_get_ssl_workaround_urls() > 0 ) )Changed to:
if ( $workaround && count( $this->edd_get_ssl_workaround_urls() ) > 0 )The warning message was filling up our logs as we have a health check program that hits the root of our site every minute. Once we made the above change on our production servers, the warning went away. However, every time we deploy we have to make the change again. Can you put this in the next plugin update?
Thanks,
John
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Count() warning in edd.php’ is closed to new replies.