WC_Abstract_Legacy_Product::get_price_html_from_text()
Deprecated from version 3.0.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Functions for getting parts of a price, in html, used by get_price_html.
Method of the class: WC_Abstract_Legacy_Product{}
No Hooks.
Return
String
.
Usage
$WC_Abstract_Legacy_Product = new WC_Abstract_Legacy_Product(); $WC_Abstract_Legacy_Product->get_price_html_from_text();
Changelog
Deprecated since | 3.0.0 |
WC_Abstract_Legacy_Product::get_price_html_from_text() WC Abstract Legacy Product::get price html from text code WC 9.7.1
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(); }