Created
October 30, 2025 10:45
-
-
Save plugin-republic/8c341eb8bff57b7a78afa9c1e76d048c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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