Skip to content

Instantly share code, notes, and snippets.

@jamesckemp
Created May 31, 2017 14:26
Show Gist options
  • Save jamesckemp/db8546d698574f2c8ef1cff9655b4cdd to your computer and use it in GitHub Desktop.
Save jamesckemp/db8546d698574f2c8ef1cff9655b4cdd to your computer and use it in GitHub Desktop.
Remove X Theme catalog thumbnails
<?php
add_action( 'init', 'iconic_remove_x_theme_thumbnails' );
function iconic_remove_x_theme_thumbnails() {
remove_action( 'woocommerce_before_shop_loop_item_title', 'x_woocommerce_shop_product_thumbnails', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment