same problem, no replies on topic….looking for another plug in.
What if I still want to use SKUs but just not display them?
I tried adding below code to theme function.php, didn’t work.
function sv_remove_product_page_skus( $enabled ) {
if ( ! is_admin() && is_product() ) {
return false;
}
return $enabled;
}
add_filter( ‘wc_product_sku_enabled’, ‘sv_remove_product_page_skus’ );”” into appearnce, editor, edit themes