woocommerce_variable_price_html, $price . $this->get_price_suffix(

woocommerce_variable_price_html, $price . $this->get_price_suffix(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_variable_price_html, $price . $this->get_price_suffix(') is found 1 times:

  • /includes/class-wc-product-variable.php line 187
    			} else {
    				$price = wc_price( $min_price );
    			}
    
    			$price = apply_filters( 'woocommerce_variable_price_html', $price . $this->get_price_suffix(), $this );
    		}
    
    		return apply_filters( 'woocommerce_get_price_html', $price, $this );
    	}
    
    	/**