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.9.8.1

apply_filters('woocommerce_get_price_html_from_to') is found 1 times:

  • /includes/legacy/abstract-wc-legacy-product.php line 303
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    * @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.
     */