🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
ContentProtector – password protect your page, post or text
ContentProtector – password protect your page, post or text

ContentProtector – password protect your page, post or text

0/5 (0 ratings) 5K+ active installs Updated Jan 7, 2025
Admin settings page with configuration options.

Admin settings page with configuration options.

ContentProtector is a lightweight and flexible plugin that allows you to protect your WordPress content with passwords. You can protect an entire post or page, or just a specific portion of the content.

Features

  • Global Protection: Set a global password for all posts or pages.
  • Partial Content Protection: Use a shortcode to protect only a specific part of your content.
  • Customizable: Easy to set up with a clean and intuitive admin interface.
  • Secure: Uses WordPress Nonces and cookies for secure password handling.

How It Works

  1. Use the shortcode [cpwp_protect password="your_password"] to protect an entire post or page.
  2. Use [cpwp_protect_content password="your_password"] to protect only a portion of your content.

Example for partial content protection:
`html
[cpwp_protect_content password=”pass”]
This content is protected by a password. Enter the password to view it.
[/cpwp_protect_content]