raw_woocommerce_price

raw_woocommerce_price

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('raw_woocommerce_price') is found 1 times:

  • /includes/wc-formatting-functions.php line 595
    	 *
    	 * @param float        $raw_price      Raw price.
    	 * @param float|string $original_price Original price as float, or empty string. Since 5.0.0.
    	 */
    	$price = apply_filters( 'raw_woocommerce_price', $negative ? $price * -1 : $price, $original_price );
    
    	/**
    	 * Filter formatted price.
    	 *
    	 * @param float        $formatted_price    Formatted price.
    	 * @param float        $price              Unformatted price.