Changeset 1873741
- Timestamp:
- 05/14/2018 03:40:15 AM (8 years ago)
- Location:
- random-theme/trunk
- Files:
-
- 2 edited
-
random-theme.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
random-theme/trunk/random-theme.php
r1873025 r1873741 4 4 Plugin URI: http://wpamanuke.com/random-theme-wordpress-plugin 5 5 Description: Auto Random WordPress Theme located in wp-content/themes . This random theme plugin will load different theme every time your visitor come to your website / refresh your website. Just make sure , you have installed some perfect themes. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: WPAmanuke 8 8 Author URI: http://wpamanuke.com/ … … 41 41 return $template; 42 42 } 43 43 44 44 return $theme['Template']; 45 45 } … … 63 63 } 64 64 65 add_filter('stylesheet', 'rwtp_theme_stylesheet'); 66 add_filter('template', 'rwtp_theme_template'); 65 if ( !is_admin() ) { 66 add_filter('stylesheet', 'rwtp_theme_stylesheet'); 67 add_filter('template', 'rwtp_theme_template'); 68 } 67 69 68 70 ?> -
random-theme/trunk/readme.txt
r1873029 r1873741 5 5 Requires PHP: 5.3 6 6 Tested up to: 4.9.5 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 … … 22 22 * Initial Release 23 23 24 = 1.0.2 = 25 * Disable Random Theme in admin area 24 26 25 27 28
Note: See TracChangeset
for help on using the changeset viewer.