View Larger Image How to Hide Product Price in WooCommerce – WordPress Add the following code to the end of your functions.php file : Copy to ClipboardSyntax Highlighteradd_filter( 'woocommerce_get_price_html', 'react2wp_woocommerce_hide_product_price' ); function react2wp_woocommerce_hide_product_price( $price ) { return ''; } By Mir Saeid|2020-12-29T16:54:03-05:00May 12th, 2020|Blog, WordPress|0 Comments Share This Story, Choose Your Platform! Facebook About the Author: Mir Saeid Experienced computer engineer with post graduate diploma in e-Business, Web Developer and Programmer Related Posts Redirect to a Custom Thank You Page After Checkout in WooCommerce Without Any Plugins Gallery Redirect to a Custom Thank You Page After Checkout in WooCommerce Without Any Plugins Add second description to category and shows up under products in WordPress Gallery Add second description to category and shows up under products in WordPress ajax-loader.gif problem Gallery ajax-loader.gif problem How to capture client’s IP in PHP Gallery How to capture client’s IP in PHP How to Configure SMTP for office 365 in Easy WP SMTP Plugin – WordPress Gallery How to Configure SMTP for office 365 in Easy WP SMTP Plugin – WordPress