This plugin is made to help developers to lock the design of the WP site, and the end user cannot change this design very easy.
This plugin lock the site at specific theme. You can activate any theme you want, the site will look like the locked theme.
Into the code of plugin there are 3 php variables.
<?php
$anytheme_lock_theme = 'Twenty Ten';
$anytheme_lock_stylesheet = 'twentyten';
$anytheme_lock_template = 'twentyten';
?>
Requires: 3.5 or higher
Compatible up to: 3.5.1
Last Updated: 2013-3-17
Downloads: 1,119
Got something to say? Need help?