开发者 | wpwham |
---|---|
更新时间 | 2025年6月1日 15:35 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 6.8 |
版权: | GNU General Public License v3.0 |
版权网址: | 版权信息 |
Yes, just go to "WooCommerce > Settings > More Sorting".
Yes, You can set added sorting options work as default - just go to "WooCommerce > Settings > Products > Display > Default Product Sorting".
select
type fixed.woocommerce_clean()
replaced with wc_clean()
.remove_action
added to avada
option.ID
added as second orderby
param.order
param added (e.g. sku_asc
replaced with sku-asc
); title
removed as it already exists in WooCommerce default function.handle_deprecated_options()
fixed. This produced notice on plugin activation.load_plugin_textdomain()
moved from init
hook to constructor.loop/orderby.php
template added to ensure maximum compatibility;init
hook replaced with wp_loaded
for remove_sorting()
.