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, 6 months ago by deeringsauto.