Open bobbingwide opened 3 months ago
There's already a fix that's been developed for WooCommerce but this is a sensible workaround. Add the name attribute to each fontFamilies entry.
"fontFamilies": [ { "fontFamily": "trebuchet ms,Arial,Helvetica,Sans-Serif", "slug": "trebuchet", "name": "Trebuchet" },
See https://github.com/woocommerce/woocommerce/issues/49618
Don't know what changed in WooCommerce, Gutenberg or WordPress 6.6 but this will prevent the Warning messages that array key name is not defined in /woocommerce/src/Internal/ComingSoon/ComingSoonRequestHandler.php on line 188
name
This is also a problem in the VGC theme!
There's already a fix that's been developed for WooCommerce but this is a sensible workaround. Add the name attribute to each fontFamilies entry.
See https://github.com/woocommerce/woocommerce/issues/49618
Don't know what changed in WooCommerce, Gutenberg or WordPress 6.6 but this will prevent the Warning messages that array key
name
is not defined in /woocommerce/src/Internal/ComingSoon/ComingSoonRequestHandler.php on line 188