Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save plugin-republic/8c341eb8bff57b7a78afa9c1e76d048c to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/8c341eb8bff57b7a78afa9c1e76d048c to your computer and use it in GitHub Desktop.
<?php
/**
* Remove thumbs from cart
*/
add_filter( 'pewc_show_link_only_cart', '__return_true' );
/**
* Remove thumbs from order page
*/
add_filter( 'pewc_remove_thumbs_in_order_page', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment