Linux 软件免费装
Banner图

JSM Show Order Metadata for WooCommerce

开发者 jsmoriss
更新时间 2024年5月8日 21:20
PHP版本: 7.2.34 及以上
版权: GPLv3
版权网址: 版权信息

标签

woocommerce custom fields metadata orders inspector

下载

4.3.0

详情介绍:

The JSM Show Order Metadata for WooCommerce plugin displays order meta keys and their unserialized values in a metabox at the bottom of the order editing page. 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.3.0 (2024/04/18) Updated the SucomUtil class. 4.2.0 (2024/03/10) Added extra sanitation. 4.1.0 (2024/02/03) Added a new SucomUtilWP::doing_dev() method. 4.0.0 (2024/01/20) Initial release.

更新日志:

Version Numbering Version components: {major}.{minor}.{bugfix}[-{stage}.{level}] Repositories Changelog / Release Notes Version 4.3.0 (2024/04/18) Version 4.2.0 (2024/03/10) Version 4.1.0 (2024/02/03) Version 4.0.0 (2024/01/20) Initial release.