WordPress have a function to register a themes directory register_theme_directory( $path );
.
Example:
register_theme_directory( trailingslashit( plugin_dir_path( __FILE__ ) ) . 'themes' );
WordPress have a function to register a themes directory register_theme_directory( $path );
.
register_theme_directory( trailingslashit( plugin_dir_path( __FILE__ ) ) . 'themes' );