Linux 软件免费装
Banner图

JSM Show Order Metadata for WooCommerce HPOS

开发者 jsmoriss
更新时间 2025年7月16日 04:31
PHP版本: 7.4.33 及以上
版权: GPLv3
版权网址: 版权信息

标签

woocommerce custom fields metadata orders inspector

下载

4.8.0 4.6.3 4.6.2 4.4.0 4.7.0 4.3.0 4.5.0 4.6.0 4.6.1

详情介绍:

The JSM Show Order Metadata for WooCommerce HPOS plugin displays order meta keys and unserialized values in a metabox at the bottom of the WooCommerce HPOS order and WooCommerce Subscriptions editing pages. Note that if you're NOT using WooCommerce HPOS (High-Performance Order Storage), available since WooCommerce v8.2, then your WooCommerce orders are post objects and you should use the JSM Show Post Metadata plugin instead. There are no plugin settings - simply install and activate the plugin. Available Filters for Developers Filter the order meta shown in the metabox: 'jsmsom_metabox_post_types' ( array $post_types ) Array of supported HPOS post types (i.e. 'woocommerce_page_wc-orders' and 'woocommerce_page_wc-orders--shop_subscription'). 'jsmsom_metabox_table_metadata' ( array $metadata, $order_obj ) Array of regular expressions to exclude meta keys: 'jsmsom_metabox_table_exclude_keys' ( array $exclude_keys, $order_obj ) Capability required to show order meta: 'jsmsom_show_metabox_capability' ( 'manage_options', $order_obj ) Capability required to delete order meta: 'jsmsom_delete_meta_capability' ( 'manage_options', $order_obj ) Icon for the delete order meta button: 'jsmsom_delete_meta_icon_class' ( 'dashicons dashicons-table-row-delete' ) Related Plugins

升级注意事项:

4.8.0 (2025/07/14) Updated the SucomUtil class.

更新日志:

Version Numbering Version components: {major}.{minor}.{bugfix}[-{stage}.{level}] Repositories Changelog / Release Notes Version 4.8.0 (2025/07/14)