开发者 |
algoritmika
anbinder wpcodefactory omardabbas kousikmukherjeeli |
---|---|
更新时间 | 2023年6月19日 21:48 |
PHP版本: | 5.0 及以上 |
WordPress版本: | 6.2 |
版权: | GNU General Public License v3.0 |
版权网址: | 版权信息 |
[ceil][product_price][/ceil]-0.01
🗘 Feedback
/wp-content/plugins/
directory.1
price step removed.load_plugin_textdomain()
function moved to the init
action.plugins_loaded
action now.get_robot_price()
.woocommerce_get_price
, woocommerce_get_sale_price
filters replaced with woocommerce_product_get_price
, woocommerce_product_get_sale_price
.get_total_stock()
replaced with get_stock_quantity()
.load_plugin_textdomain()
moved from init
hook to constructor.