25% off ProSNIPC25OFF

Hide Sale Badges Across the Store

Removes the 'Sale!' flash badge from all WooCommerce product cards and single product pages by returning an empty string.

PHPby SnipCraft
php
<?php
if ( ! class_exists( 'WooCommerce' ) ) {
    return;
}

/** Strip the sale badge site-wide. */
add_filter( 'woocommerce_sale_flash', '__return_empty_string' );
#badges#display#frontend#products#woocommerce