Skip to content

Instantly share code, notes, and snippets.

@shamimmoeen
Created September 24, 2024 17:46
Show Gist options
  • Save shamimmoeen/58d99e1ad8da53bd7b22d19bcf11d5d5 to your computer and use it in GitHub Desktop.
Save shamimmoeen/58d99e1ad8da53bd7b22d19bcf11d5d5 to your computer and use it in GitHub Desktop.
Register theme directory using mu-plugins
<?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