| 开发者 |
ekamran
yusufmudagal arina01 |
|---|---|
| 更新时间 | 2026年8月14日 16:01 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
rintent_should_track pauses tracking, rintent_event_data changes or drops an event before it is stored, and rintent_track_bots records bot traffic while you debug. Everything lives in one indexed custom table.
Yes. Reseller Intent reads the widgets that Reseller Store renders, so it cannot work alone. WordPress will tell you if it is missing.
2.2.17 up to 3.0.1. On anything older the plugin pauses itself with a notice instead of guessing, and resumes on its own once you update Reseller Store.
The domain search, the simple search box, the transfer box, product pods and their Add to cart button, the cart, the sign in link, and the support number from the phone shortcode. Reseller Store renders all of these through the same classes whether you place them as a shortcode, a widget or a block, so tracking and styling reach all three placements at once.
Collection starts at activation, so searches from before that are not there. Check the search widget is on a page visitors can reach, then run a search yourself. If your own searches are in the ignore list they will not appear. Tools then Site Health also checks the tracking for you.
The tracking script is about 6 KB and loads only where a store widget is. Full page caching is fine: tracking avoids nonces, which go stale inside a cached page, and prices come from a server side cache.
No identifiers are stored. Searched names are kept as typed, and people can type anything into a search box, so mention the tracking in your privacy policy if you want to be thorough. Running a consent banner? Return false from the rintent_should_track filter until the visitor agrees, and nothing is recorded before that.
Only if you let it. The style pack is optional and matches the Reseller Store widgets to your accent color and corner rounding. Turn it off and the plugin loads no CSS at all, so your page comes back exactly as it was. That is tested by measuring every store element with the pack off against the same page with the plugin deactivated, and the two match.
The pack uses !important on the parts that have to win, because themes reach the same buttons through selectors that outrank a plain class. Do not fight it, set the variables instead:
body { --rintent-accent: #0f766e; --rintent-radius: 0; }
Variables win without !important, and one line changes every button, field and card at once. Corner style, domain name size and price color also have plain settings, no CSS needed. The full list lives under Settings, Store widgets, Theming reference.
Nothing is deleted unless you asked for it. Tick the uninstall option in Settings first if you want the table and settings removed.
rintent_page_needs_store filter goes with it.wp rintent stats reports the new event types alongside the existing counts.ids="" embeds keep working.rintent_track_bots.