woocommerce_get_price_html_from_to

woocommerce_get_price_html_from_to

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_price_html_from_to') is found 1 times:

  • /includes/legacy/abstract-wc-legacy-product.php line 300
    	 * @return string
    	 */
    	public function get_price_html_from_to( $from, $to ) {
    		wc_deprecated_function( 'WC_Product::get_price_html_from_to', '3.0', 'wc_format_sale_price' );
    		return apply_filters( 'woocommerce_get_price_html_from_to', wc_format_sale_price( $from, $to ), $from, $to, $this );
    	}
    
    	/**
    	 * Lists a table of attributes for the product page.
    	 * @deprecated 3.0.0 Use wc_display_product_attributes instead.
    	 */