Total Docs
Docs
Icons
Snippets
Changelog
Extensions
Newsletter
Videos
Get Theme
Menu
Search
Snippets: Remove Titles From WooCommerce Product Entry
This snippet was last updated on
September 23, 2016
remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 );
All PHP snippets should be added via a
child theme's functions.php
file.