| 开发者 | studiomarkas |
|---|---|
| 更新时间 | 2026年6月4日 21:04 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
WC_Product CRUD; it never touches WooCommerce orders, so it declares full High-Performance Order Storage compatibility.WC_Product_Variable parent and rebuilds the attribute/variation matrix, even when the scraper returned an empty variant listlestari folder into /wp-content/plugins/.Yes. The extension is the only component that reads data from a Shopee page; the WordPress plugin only receives that data over its own REST endpoint. Without the extension, there is no source of products.
No. The plugin does not call the Shopee Open Platform API and does not contact Shopee servers from your WordPress site. All product data originates from the page the merchant is viewing in their own browser, via the companion extension.
Pairing uses a 6-digit code with a short expiry. After pairing, every receive request from the extension is signed with HMAC-SHA256 using a per-site token established at pairing time; the extension's installation identifier is bound to that token and checked on every receive call.
No. Deactivation leaves settings, the staging area, and the pairing token intact. Data is removed only when you delete the plugin — and even then you can opt in to keep it via the Keep data on uninstall checkbox in Settings.
The activator runs an idempotent migration from earlier internal identifier namespaces into the current lestari_importer_* / _lestari_importer_* / lestari/* identifiers. The migration is a no-op on fresh installs and on installs that are already on the current namespace.
Free support is available through the WordPress.org support forum for this plugin. Priority support is available with Lestari Importer Pro.
wp_enqueue_style / wp_enqueue_script — no inline <style> or <script> blocks remain. The legacy-notice suppressor and the plugin-row "Go Pro" link styling are real on-disk assets loaded only where they apply.require_once ABSPATH . 'wp-admin/includes/…' calls flagged by the reviewer (image.php in the media sideloader and plugin.php in the active-plugin probe) have been removed; the helpers they were guarding have lived in core since well before our WP 6.4 floor.tab-pro.php and tab-pairing.php (inline SVG icons and the Shopee wordmark) now pass through wp_kses() with strict per-element allowlists — no phpcs:ignore suppression remains.lestari.