

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.
[cpwp_protect password="your_password"] to protect an entire post or page.[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]