=== TTM Content Shield ===
Contributors: ThemetechMount
Tags: content protection, right click disable, copy protection, image protection
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lightweight frontend content protection for WordPress websites.


== Description ==

TTM Content Shield helps reduce casual content copying while preserving performance, SEO compatibility, and accessibility. It uses lightweight vanilla JavaScript, loads assets only when protection applies, and includes settings for content, keyboard, image, mobile, WooCommerce, targeting, whitelist, and tools.

Features include:

• Disable right-click context menu
• Disable text selection
• Prevent copy, cut and paste
• Disable common keyboard shortcuts (Ctrl+C, Ctrl+U, Ctrl+S, F12, etc.)
• Prevent image dragging and saving
• Mobile touch protection
• WooCommerce product protection
• Page, post and custom post type targeting
• User role exclusions
• Whitelist specific pages or content
• Lightweight frontend assets
• SEO friendly implementation

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/ttm-content-shield` directory.
2. Activate the plugin through the Plugins screen in WordPress.
3. Configure settings under Settings > TTM Content Shield.

== Frequently Asked Questions ==

= Does this block search engines? =

No. The plugin runs in the browser for normal frontend visitors and does not alter page content for indexing.

= Can developers extend it? =

Yes. The plugin exposes filters and actions such as `ttm_cs_modules`, `ttm_cs_after_dashboard`, `ttm_cs_after_settings`, `ttm_cs_should_protect`, and `ttm_cs_frontend_config`.

= Does it work with WooCommerce? =

Yes. You can enable protection for WooCommerce product pages.

= Does it slow down my website? =

No. The plugin uses lightweight vanilla JavaScript and only loads frontend assets when protection is enabled.

== Changelog ==

= 1.0.0 =
* Initial release.
