Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

Liaison Site Prober

Beschreibung

A lightweight and easy-to-use plugin to secure and monitor your WordPress website.

Have you ever wondered when your website changed — and who did it?
Liaison Site Prober makes it easy to track your WordPress site’s change history and user activities.

With Liaison Site Prober, you can easily monitor:

  • Who logged in, logged out, or attempted (and failed) to log in.
  • When a post was published or updated — and by whom.
  • When a plugin or theme was activated, deactivated, or modified.

Export to CSV — Quickly export your website’s activity log for auditing or backup purposes.

The plugin tracks:

  • Posts – Created, updated, deleted
  • Categories – Created, updated, deleted
  • Taxonomies – Created, updated, deleted
  • Comments – Created, approved, unapproved, trashed, untrashed, spammed, unspammed, deleted
  • Users – Login, logout, failed login, profile updated, registered, deleted
  • Plugins – Installed, updated, activated, deactivated, modified
  • Themes – Installed, updated, deleted, activated, modified (via Editor or Customizer)

Data Storage Isolation

To keep your WordPress database clean and easy to back up,
all log data is stored in a dedicated custom table, fully isolated from your site’s core content.

Screenshots

Installation

Automatic Installation

  1. Go to Plugins Add New in your WordPress admin dashboard.
  2. Search for „Site Prober“.
  3. Click Install Now, then Activate.

Manual Installation

  1. Upload the liaison-site-prober folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in your WordPress dashboard.

FAQ

Where are the logs stored?

Logs are saved in a dedicated custom database table within your WordPress installation, not in the standard posts or options tables.

Can I export the logs?

Yes. You can export your site’s activity log to a CSV file from the plugin’s settings page.

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„Liaison Site Prober“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Liaison Site Prober“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.2.2

  • Fix CVE-2026-3569 by replacing return_true with
    return current_user_can( ‚manage_options‘ )

1.2.0

  • Added REST API endpoint: /wp-json/site-prober/v1/logs
  • Enables JavaScript applications to retrieve action logs.

1.1.0

  • Add PHPUnit test cases.

1.0.0

  • Initial release.