Warning: This method has been deprecated.
WC_Abstract_Legacy_Product::get_price_html_from_text()
Functions for getting parts of a price, in html, used by get_price_html.
Description Description
Return Return
(string)
Source Source
File: includes/legacy/abstract-wc-legacy-product.php
public function get_price_html_from_text() {
wc_deprecated_function( 'WC_Product::get_price_html_from_text', '3.0', 'wc_get_price_html_from_text' );
return wc_get_price_html_from_text();
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |