开发者 |
algoritmika
anbinder karzin wpcodefactory omardabbas kousikmukherjeeli |
---|---|
更新时间 | 2024年7月30日 23:41 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 6.6 |
版权: | GNU General Public License v3.0 |
版权网址: | 版权信息 |
/wp-content/plugins/
directory.By default, when unlogged users try to access an order page URL like http://example.com/my-account/view-order/123/
, nothing happens. Once you activate and set up this plugin, users will be redirected to the tracking order page having the order field already filled.
Simply follow these steps:
[woocommerce_order_tracking]
.alg_gotwc_tracking_page_url
- Filters the tracking page URL.
If you are interested in contributing - head over to the Guest Order Tracking for WooCommerce plugin GitHub repository to find out how you can pitch in.
load_plugin_textdomain()
moved to the init
hook.get_id()
instead of get_order_number()
now (i.e. unfiltered).