Hi @suygenneris,
Thanks, this was reported, and a fix is about to be released in 6.0.2. If you update the issue should be released. You can expect the update within 30 minutes.
@suygenneris 6.0.2 has been released, which includes a fix for this issue. Let me know if you have any other questions!
Thread Starter
Suyta
(@suygenneris)
Thanks a lot @rogierlankhorst !!!
I’m on 6.0.3 and my settings page is still blank and has errors in the console.
my site is https://highway71autoparts.com/
never mind I figured it out the settings page was blank since this was in my functions.php
/ Remove the default WooCommerce 3 JSON / LD structured data * /
function remove_output_structured_data () {
remove_action (‘wp_footer’, array (WC () -> structured_data, ‘output_structured_data’), 10); // This removes structured data from all frontend pages
}
add_action (‘init’, ‘remove_output_structured_data’);
-
This reply was modified 3 years, 5 months ago by
deeringsauto.