Changeset 2243884
- Timestamp:
- 02/13/2020 01:01:00 PM (6 years ago)
- Location:
- dev-theme/branches/1.0.3
- Files:
-
- 1 added
- 2 copied
-
. (added)
-
dev-theme.php (copied) (copied from dev-theme/trunk/dev-theme.php) (2 diffs)
-
readme.txt (copied) (copied from dev-theme/trunk/readme.txt) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dev-theme/branches/1.0.3/dev-theme.php
r2243871 r2243884 Β 3 3 * Plugin Name: Dev Theme 4 4 * Description: This plugin can duplicate your theme to a special development theme that you can edit and use, while real users using your current theme 5 Β * Version: 1.0. 1Β 5 * Version: 1.0.3 6 6 */ 7 7 β¦ β¦ Β 17 17 18 18 add_filter( 'template', [$this, 'devtheme_user_template'] ); 19 Β add_filter( 'stylesheet', [$this, 'devtheme_user_stylesheet'] ); // only WP smaller 3*Β 19 add_filter( 'stylesheet', [$this, 'devtheme_user_stylesheet'] ); //only WP smaller 3* 20 20 add_filter( 'option_template', [$this, 'devtheme_user_template'] ); 21 21 add_filter( 'option_stylesheet', [$this, 'devtheme_user_stylesheet'] ); -
dev-theme/branches/1.0.3/readme.txt
r2243871 r2243884 Β 1 1 === Dev Theme === 2 Β Contributors: bashariΒ 2 Contributors: galpeaceman, bashari 3 3 Tags: development, dev, stage, staging, theme 4 4 Requires at least: 4.6
Note: See TracChangeset
for help on using the changeset viewer.