Clockdo helps WordPress site owners protect their publish date by generating a verifiable content timestamp.
When your post goes public, Clockdo creates a deterministic fingerprint (SHA-256) and requests an OpenTimestamps proof. This allows you to independently verify that your content existed at a specific time — useful for documentation, plagiarism disputes, and publish date verification.
English (Summary)
* Generate per-post records and proof history in the dashboard.
* Save proof artifacts to your WordPress uploads folder.
* Optionally inject public meta tags and/or a “Verify” footer link.
* Proofs are designed to be independently verifiable with standard OpenTimestamps tools.
This plugin may collect and store:
* WordPress post metadata (post ID, URL, timestamps),
* deterministic hashes (SHA-256),
* proof IDs/statuses,
* proof artifacts written to local disk under wp-content/uploads/clockdo-ots-private/.
Outbound requests:
* This plugin connects to a remote timestamping API (configured by you) to request proofs.
* Depending on configuration, it may upload manifest.json and/or export.json (which can include post title and content).
Public disclosure:
* If you enable meta injection or public verify links, your public pages may expose a hash/canonicalization identifier and a verification link.
See the included docs (for operators):
* assets/docs/privacy.md
* assets/docs/third_party_services.md
* assets/docs/data_deletion_uninstall.md
This plugin connects to the following external services:
Clockdo Timestamping API (ots-api.clockdo.com)
/api/v1/public/sites, /api/v1/public/site-stamps, /api/v1/site/me, /api/v1/stamps/{id}/Clockdo Verification Page (ots-verify.clockdo.com)
All outbound connections are made via the WordPress HTTP API (wp_remote_post / wp_remote_get).
The API Base URL is configurable; the above domains are defaults.
See also: assets/docs/third_party_services.md
Uninstall removes plugin options and database tables, but proof files may remain.
To fully remove local data, delete wp-content/uploads/clockdo-ots-private/ after uninstall.
This plugin provides timestamping and verification tooling. It is not legal advice, not a certification service, and does not determine ownership.