| 开发者 | prototipo88 |
|---|---|
| 更新时间 | 2026年6月16日 17:36 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wc-{slug} order statuses./wp-content/plugins/riaco-custom-order-status or install via the WordPress plugins screen.Yes! Each custom status has a color picker in the editor screen.
Statuses are registered as normal WooCommerce statuses, so they can be used in emails, filters, and reports. Some third-party plugins may need integration.
Developers can use our actions and filters to extend functionality. See the Developer Hooks section below.
Not out of the box.\
This plugin only stores and applies colors to custom statuses you create through its interface (saved as riaco_cos custom post types).\
WooCommerce’s default statuses (like Pending payment, Processing, Completed, etc.) use styles from WooCommerce core CSS, which this plugin does not override.\
If you want to change their colors, you would need to add your own CSS or extend the plugin with custom code.
edit_post) before saving color meta.sanitize_hex_color() at read time to prevent CSS injection.#abc).label_count array construction).get_posts() query in status loading and uninstall optimized with no_found_rows and disabled term/meta cache updates.Requires at least value.