Hi Jon,
Please add the following snippet to your site using the Code Snippets plugin.
add_action( 'woo_variation_swatches_product_edit_panel_loaded', function($wvs_product_edit_panel){
remove_filter( 'woocommerce_product_data_tabs', array( $wvs_product_edit_panel, 'product_data_tab' ) );
remove_filter( 'woocommerce_product_data_panels', array( $wvs_product_edit_panel, 'product_data_panel' ) );
});
I will wait for your feedback.
Thank You
unable to remove backend element
Jon Hutson
Hello, I’ve tried several iterations of css and php to remove the element <td class=”woo_variation_swatches_product_label_settings column-woo_variation_swatches_product_label_settings” data-colname=”Customized Swatches Settings”></td> from the backend product list window. It’s not doing anytthing, and its terrible formatted, and blocks other more useful elements.
Thoughts?