author | ymh <ymh.work@gmail.com> |
Fri, 06 Dec 2019 01:17:36 +0100 | |
changeset 5 | 170e0b52c451 |
parent 3 | 5301eb6ce6e2 |
permissions | -rw-r--r-- |
3 | 1 |
<?php |
2 |
/* |
|
3 |
Plugin Name: Register Theme Directory |
|
4 |
Plugin URI: https://roots.io/bedrock/ |
|
5 |
Description: Register default theme directory |
|
6 |
Version: 1.0.0 |
|
7 |
Author: Roots |
|
8 |
Author URI: https://roots.io/ |
|
9 |
License: MIT License |
|
10 |
*/ |
|
11 |
||
12 |
if (!defined('WP_DEFAULT_THEME')) { |
|
13 |
register_theme_directory(ABSPATH . 'wp-content/themes'); |
|
14 |
} |