| 开发者 | jonashjalmarsson |
|---|---|
| 更新时间 | 2026年8月14日 04:37 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
woocommerce_low_stock and woocommerce_no_stock actions./wp-content/plugins/, or install via the Plugins → Add New screen.No. You can still edit products the normal way — this is just a faster path for the common case of updating stock numbers. All other product fields (price, description, images) are unaffected.
Variable products can manage stock at the parent level (one shared value for all variations) or per variation. Each variable product row has a "Manage stock per variation" checkbox that toggles between the two modes. When enabled, variations expand inline and are editable individually.
Yes. The plugin calls WooCommerce's standard stock-update methods, which fire the woocommerce_low_stock and woocommerce_no_stock actions. Any plugin listening to those receives the events as usual.
Not in the free version. A stock adjustment log is planned for the Pro version.
jise_lsq / JISE_Lsq) per wp.org Plugin Review feedback, so they can't conflict with other plugins that bundle the same module. No user-visible change.<script> tags and into a properly enqueued file (per wp.org Plugin Review feedback). No user-visible change.== External services == section disclosing the LemonSqueezy endpoints used by the Pro purchase flow.jalma-inline-stock-editor. "Inline" describes the free version's core UX (inline table-cell editing) more accurately than the generic "Quick". No functional change — same code, more distinctive name.admin_notices hook on the settings page (Guideline 11). The "you might also like Category Notifications for WooCommerce" suggestion was advertising another plugin from inside the admin dashboard, which the wp.org guidelines discourage even when scoped to the plugin's own settings screen.notice notice-info classes; it now renders as a self-styled card with a small "Pro upgrade" pill so it's visually distinct from a system message.load_plugin_textdomain() call — wp.org auto-loads translations for hosted plugins since WordPress 4.6.assets/js/ and assets/css/ to admin/js/ and admin/css/. Keeps the assets/ folder reserved for WordPress.org listing material (banner, icon, screenshots) so the plugin zip doesn't ship unnecessary bytes. No user-visible changes.jise_before_register_routes, jise_after_register_routes, jise_after_product_update, jise_before_filters, jise_filters_extra, jise_before_table, jise_after_table. Filter: jise_product_row_data. No visible changes for end users.