How to hide SKU and Category in product page .
-
like this style :
//Hide buy button
add_action( ‘init’, ‘woocommerce_hide_buy_button’ );
function woocommerce_hide_buy_button(){
????remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10 );
????remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
}how ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to hide SKU and Category in product page .’ is closed to new replies.