Remove Titles From WooCommerce Product Entry
remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 );
All PHP snippets should be added via child theme's functions.php file or via a plugin (we recommend Code Snippets)