WP Manifestindependent plugin directory
manifest / seo / mk-link-auditor-plugin

MK Link Auditor

A clean WordPress admin tool to check whether Page B links to Page A and remove that link in one click. Persian-first UI.

by Matin Khamooshi · github.com/matinkhamooshi/mk-link-auditor-plugin

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/matinkhamooshi/mk-link-auditor-plugin/archive/refs/heads/master.zip

Contributors: Matin Khamooshi

Requires at least: 6.0

Tested up to: 6.6

Stable tag: 1.1.0

License: GPLv2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

A clean WordPress admin tool to check whether Page B links to Page A and remove that link in one click. Persian-first UI. Author: Matin Khamooshi. (Non-AJAX version.)

Description

  • Input two URLs (Target & Source), submit to check.
  • Shows ✅/❌ with a clear message (e.g., linked via anchor text X).
  • One-click remove (second form) that strips tag and keeps the anchor text.

Installation

  1. Upload mk-link-auditor to /wp-content/plugins/.
  2. Activate via Plugins.
  3. Go to MK Link Auditor in the admin menu.

Security

  • Nonces & capability checks on admin-post.php handlers.
  • Only same-site, mappable posts are editable.

Changelog

1.1.0

  • Switched to non-AJAX form submissions (admin-post.php). Simpler and more robust.

1.0.0

  • Initial release.