| author | salimr <riwad.salim@yahoo.fr> |
| Tue, 14 May 2019 10:53:26 +0200 | |
| changeset 9 | f113202c702c |
| parent 1 | 79bc439970cd |
| permissions | -rw-r--r-- |
<?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'); }