=== Custom Inspect Elements === Contributors: giuse Donate link: Tags: inspect elements,jokes Requires at least: 4.6 Tested up to: 5.5 Stable tag: 0.0.3 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html If users who are not logged in have the devstool open, Custom Inspect Elements will not show them the page but a specific content that you can define using the custom post type Inspection Content. == Description == If users who are not logged in have the devstool open, Custom Inspect Elements will not show them the page but a specific content that you can define using the custom post type Inspection Content. You will find the custom post type Inspection Content on the main admin menu. Some users who are foxier will find a way to see the content of the page. Consider this plugin as a tool to stop most of the users, but not all of them. One of these tricks is disabling JavaScript in the browser. If you want you can show a message instead of the content if JavaScript is disabed adding this line in wp-config.php: ` define( 'CIE_NOJS_REDIRECT',true ); ` Add it before the comment ` /* That's all, stop editing! Happy blogging. */ ` You can see how it works on my website. Just inspect elements. == Installation == 1. Upload the entire custom-inspect-elements folder to the `/wp-content/plugins/` directory or install it using the usual installation button in the Plugins administration page. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. All done. Good job! == Frequently Asked Questions == Are the users really not able to inspect elements? Most of users will have problems, but there are some tricks that some users may know to get the content. == Changelog == = 0.0.3 = * Added: Possibility to hide the page content if JavaScript is disabled (to be enabled in wp-config.php) = 0.0.2 = * Fixed: not working on Firefox = 0.0.1 = * Initial release