| 开发者 | australcode |
|---|---|
| 更新时间 | 2026年6月23日 03:43 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
mode="product" for popups and modals (Elementor, Divi).acbis_after_subscribe, acbis_email_args) plus an acbis:subscribed JavaScript event, to wire signups into your CRM, analytics or email tool.wp_mail / your SMTP). The free plugin never sends your subscribers' data to any third-party service: emails are stored in your own database, and the IP used for anti-abuse rate limiting is stored hashed, never in clear text. Two optional integrations are off by default: the Pro SMS/WhatsApp feature sends the phone number you collect — with the customer's separate consent — to Twilio to deliver the message, and Freemius handles licensing and updates. Both are described under "External services" below.
/wp-content/plugins/, or install it from the Plugins screen.Yes. For variable products the form appears when the customer selects an out-of-stock variation, and notifies only the people waiting for that specific variation.
No. Sending runs in the background through Action Scheduler (bundled with WooCommerce), in batches, so it scales to large waiting lists.
No. They only leave an email. Confirmation and unsubscribe work through secure tokenized links, no login required.
By default, no. Restock emails are sent from your site's own email (wp_mail / your SMTP) and your subscribers' data stays in your database. Two optional integrations can send data, both off by default: the Pro SMS/WhatsApp feature sends a customer's phone number (with their consent) to Twilio to deliver the message, and Freemius handles license validation and updates if you opt in. See "External services".
Yes. The form is rendered with the product page and submissions go through AJAX, so cached pages keep working. If a cached page is very old (most caches expire within hours), the security token can expire — the customer simply gets a "please refresh and try again" message instead of a silent failure.
It is built for real stores: reliable background sending, double opt-in and explicit consent built in, and a clean admin list to see exactly who is waiting for what. The Pro version adds restock coupons that recover sales automatically, a recovered-revenue dashboard, and one-click CSV export of your subscriber list.
[acbis_back_in_stock_form mode="product"] plus an automatic product-level fallback when the form is placed away from the product page.acbis_after_subscribe, acbis_form_html and acbis_email_args actions/filters, the acbis_should_load_assets filter, and a JavaScript acbis:subscribed event (for analytics, CRM or email-marketing integrations). See docs/hooks.md.