Upload the plugin to /wp-content/plugins/jnk-linkweave/, activate via the Plugins menu, then go to JnK Linkweave → Dashboard and click Rebuild index. The first index of an existing site takes a few seconds per 1,000 posts and runs in the background.
WordPress 6.2 → 7.0 on PHP 8.2 → 8.4. CI runs the suite on every push across PHP 8.2/8.3/8.4 and WordPress 6.4/6.7.
Negligibly. In our tests the auto-link rule pass adds about 0.09ms to the_content on a typical post. Suggestions are cached as transients keyed on post_id + post_modified_gmt with a 6-hour TTL.
Not in the default mode. JnK Linkweave computes link relevance entirely on your server using TF-IDF and cosine similarity. The optional BYOK LLM mode sends content to OpenAI or Anthropic only if you explicitly enable it and provide your own API key.
The key is encrypted at rest with sodium_crypto_secretbox, keyed off wp_salt('auth'). It is never returned by the REST API, and the logger has scrubbing rules to keep key fragments out of any output.
Yes — it is off by default. Without a key configured, all suggestions come from the local TF-IDF engine.
JnK Linkweave never touches existing links. Auto-linking rules skip any content already inside an anchor, code block, heading or shortcode by swapping protected regions out as placeholders before applying the substitution.
Yes — under JnK Linkweave → Settings, choose which post types are indexed and which are eligible suggestion targets. Filter jnk_linkweave_suggestion_post_types for code-driven control.
Yes. Rules apply at the_content priority 99 — after do_blocks() and after Elementor or Beaver Builder render their output. The editor sidebar covers Gutenberg and the Classic Editor; page-builder canvases use the same REST endpoints underneath.
Each bulk change is logged with a batch ID. Visit JnK Linkweave → URL Changer, find the batch in the history list, and click Rollback.
Through a self-hosted LicensorPro instance — no third-party SaaS. Define JNK_LINKWEAVE_LICENSORPRO_API_URL in wp-config.php, then activate your key at Settings → JnK Linkweave License. Auto-updates flow through the same channel.
After a short grace period the Pro features switch off and JnK Linkweave reverts to the free tier — your index, rules and reports are never deleted. Updates and support also stop. Renew any time to restore Pro, with nothing to re-download. The free tier always remains free.
Yes — every paid plan carries a 14-day money-back guarantee. Buy it, install it, and if it is not right, email us within two weeks for a full refund.