PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
plugins
/
wpai-woocommerce-add-on
/
helpers
<?php /** * Adjust price and prepare it to valid format. * * @param $price * @param $field * @param $options * * @return float|int|string * * @deprecated since @3.0.0 */ function pmwi_adjust_price($price, $field, $options) { return XmlImportWooCommerceService::getInstance() ->getPriceService() ->adjustPrice($price, $field, $options); }
[+]
..
[-] pmwi_prepare_price.php
[edit]
[-] pmwi_adjust_price.php
[edit]