New project structure init
This commit is contained in:
14
backend/app/mu-plugins/register-theme-directory.php
Normal file
14
backend/app/mu-plugins/register-theme-directory.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Register Theme Directory
|
||||
Plugin URI: https://roots.io/bedrock/
|
||||
Description: Register default theme directory
|
||||
Version: 1.0.0
|
||||
Author: Roots
|
||||
Author URI: https://roots.io/
|
||||
License: MIT License
|
||||
*/
|
||||
|
||||
if (!defined('WP_DEFAULT_THEME')) {
|
||||
register_theme_directory(ABSPATH . 'wp-content/themes');
|
||||
}
|
||||
Reference in New Issue
Block a user