VVertex Password Protect CPTs

Beschreibung

VVertex Password Protect CPTs adds a password field to the editor for public WordPress post types.

When a password is configured, visitors who open that singular item on the front end must enter the correct password before the page is rendered.

Features

  • Adds a password protection meta box to public post types.
  • Supports posts, pages, and public custom post types.
  • Protects only content where a password has been configured.
  • Keeps successful access unlocked for two hours.
  • Stores a derived verification token in the visitor cookie instead of the raw password.
  • Sends no content or visitor data to external services.
  • Includes no advertising, tracking, or remote code.

Important scope note

The plugin protects direct singular front-end requests handled by the normal WordPress template flow. It does not attempt to restrict data exposed separately through custom REST endpoints, custom API integrations, feeds, archives, search implementations, or third-party code.

Screenshots

Installation

  1. Upload the vvertex-password-protect-cpts folder to /wp-content/plugins/, or install the plugin ZIP from Plugins > Add Plugin > Upload Plugin.
  2. Activate VVertex Password Protect CPTs.
  3. Edit a post, page, or public custom post type.
  4. Enter a password in the Password Protect meta box and save the content.
  5. Leave the field empty and update the content to remove this plugin’s password protection.

FAQ

Does this replace WordPress core password protection?

No. This plugin uses its own password field and does not remove or modify WordPress core’s visibility controls.

How long does a successful unlock last?

The browser receives an unlock cookie that expires after two hours.

Is the raw password stored in the visitor cookie?

No. The cookie contains a derived verification token tied to the content ID and configured password.

Does the plugin use an external service?

No. Password checks are performed locally by WordPress.

Does uninstalling the plugin delete my content?

No. The plugin does not delete posts, pages, or custom post type content.

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„VVertex Password Protect CPTs“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Änderungsprotokoll

1.0.0

  • Initial WordPress.org-ready release.
  • Added unique plugin prefixes and text domain.
  • Added nonce, capability, autosave, and revision checks.
  • Added proper input sanitization and output escaping.
  • Replaced raw-password unlock cookies with derived verification tokens.
  • Added secure cookie flags and no-cache headers for protected requests.
  • Added translation-ready user-facing strings.