What is the correct naming procedure of text domain, directory and theme name?
This is the example on the WordPress codex:
/*
* Theme Name: My Theme
* Author: Theme Author
* Text Domain: my-theme
* Domain Path: /languages
*/
Is it possible the for the directory be called "mytheme" or does it have to be "my-theme"?
Topic textdomain Wordpress
Category Web