src/web/app/mu-plugins/register-theme-directory.php
author Riwad Salim <riwad.salim@yahoo.fr>
Wed, 04 Sep 2019 17:01:28 +0200
changeset 36 2cb2ab7d1b7d
parent 1 79bc439970cd
permissions -rw-r--r--
Added tag 0.6 for changeset 7868b794e6cc

<?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');
}