| 开发者 |
hmbashar
abuhayat bplugins shehabulislam |
|---|---|
| 更新时间 | 2026年5月11日 21:39 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[cbwct-order-tracker] shortcode anywhere on your site.wc-order-tracker)./wp-content/plugins/ directory, or install it through the WordPress Plugins screen.[cbwct-order-tracker] to any post or page.You can either insert the [cbwct-order-tracker] shortcode into any post or page, or create a dedicated page and assign the Order Tracker for WooCommerce page template under Page Attributes.
Make sure the phone number entered for tracking matches the format used at checkout exactly. For example, if the customer placed the order with the country code (+88123456789), they must enter the same format when tracking. Likewise, an order placed without a country code (123456789) must be tracked using the same format.
Yes. Several filter hooks are available to customize the form labels, messages, and progress bar percentages — see the Filter hooks section below.
Yes. The plugin uses the wc-order-tracker text domain and is fully compatible with WordPress.org's translation platform.
wc-order-tracker) across all gettext calls and replaced inline-variable strings with sprintf() placeholders plus translator comments.isset + wp_unslash + sanitize_text_field) on all $_POST reads.esc_attr, esc_url, wp_kses_post, intval); refactored helper methods to return values so call-site escaping is effective.cbwct_ to satisfy WordPress Coding Standards.wp_enqueue_style / wp_enqueue_script calls for proper cache busting.load_plugin_textdomain() call (WordPress now loads translations automatically for hosted plugins).cbwct_*_prograss_percent to cbwct_*_progress_percent (correct spelling). The legacy names continue to work as backward-compatible aliases.