-
Posted a reply to Error Hooks.php on line 133, on the site WordPress.org Forums:
On /wp-content/plugins/cloudflare/src/WordPress/Hooks.php:133, change if (count($wpDomain) <= 0) { to if (!is_array($wpDomain) || count($wpDomain) <= 0)… -
Created a topic, Plugin breaks checkout if coupons are used, on the site WordPress.org Forums:
The function ywsbs_coupon_is_valid() is used in the fo…