Created
September 24, 2024 17:46
-
-
Save shamimmoeen/58d99e1ad8da53bd7b22d19bcf11d5d5 to your computer and use it in GitHub Desktop.
Register theme directory using mu-plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Register Theme Directory | |
* Plugin URI: | |
* Description: Autoload acp.edu theme. | |
* Version: 1.0 | |
* Author: WPMU DEV | |
* Author URI: https://wpmudev.com | |
*/ | |
register_theme_directory( WP_CONTENT_DIR . '/custom-theme-directory' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment