Forums
(@kenlewis)
7 years, 6 months ago
On /wp-content/plugins/cloudflare/src/WordPress/Hooks.php:133, change
if (count($wpDomain) <= 0) {
to
if (strlen($wpDomain) <= 0) {