Site icon Hip-Hop Website Design and Development

Take away phrase "Category" from WooCommerce product web page [closed]

I am attempting to take away the phrase Class from the product web page.

So far as I do know the code that shows that’s woocommerce_template_single_meta situated into content-single-product.php file:

<?php
        /**
         * woocommerce_single_product_summary hook
         *
         * @hooked woocommerce_template_single_title - 5
         * @hooked woocommerce_template_single_rating - 10
         * @hooked woocommerce_template_single_price - 10
         * @hooked woocommerce_template_single_excerpt - 20
         * @hooked woocommerce_template_single_add_to_cart - 30
         * @hooked woocommerce_template_single_meta - 40
         * @hooked woocommerce_template_single_sharing - 50
         */
        do_action( 'woocommerce_single_product_summary' );
    ?>

I want to know the way I can modify and customise this hook, so I’d have the ability to place it the place I would like and use my very own types.