Linux 软件免费装
Banner图

JSM Show Order Metadata for WooCommerce HPOS

开发者 jsmoriss
更新时间 2024年10月31日 22:25
PHP版本: 7.4.33 及以上
版权: GPLv3
版权网址: 版权信息

标签

woocommerce custom fields metadata orders inspector

下载

4.4.0 4.3.0 4.5.0 4.6.0

详情介绍:

The JSM Show Order Metadata for WooCommerce HPOS plugin displays order meta keys and their unserialized values in a metabox at the bottom of the HPOS order editing page. If you are 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_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.6.0 (2024/08/29) Updated the SucomUtil and SucomUtilWP classes.

更新日志:

Version Numbering Version components: {major}.{minor}.{bugfix}[-{stage}.{level}] Repositories Changelog / Release Notes Version 4.6.0 (2024/08/29)