| 开发者 | opsassistrsa |
|---|---|
| 更新时间 | 2026年5月20日 23:24 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
manage_woocommerce capability.
GET /wp-json/woo-manager/v1/openpos-outlets returns a list of OpenPOS outlets (_op_warehouse custom posts)GET /wp-json/woo-manager/v1/openpos-registers returns a list of OpenPOS registers (_op_register custom posts)GET /wp-json/woo-manager/v1/terawallet/balances returns every user that holds a non-zero TeraWallet balanceGET /wp-json/woo-manager/v1/terawallet/balance/{user_id} returns a single user's TeraWallet balance/wp-content/plugins/ or install via the WordPress plugin installer.The endpoints work for any authenticated user with the manage_woocommerce capability, regardless of whether you use the WC-Manager dashboard. However, the plugin is only useful in combination with that dashboard, since it has no UI of its own.
No. The plugin only runs code when one of its REST endpoints is requested, and the wallet-balances endpoint caches its result for one minute. There are no hooks added to the front-end, no admin-side polling, and no cron events.
Deactivate and delete via WordPress Plugins. No options, transients, or database tables are created, so nothing is left behind.
oadb_*.