Why are you unable to use wp_get_themes()? It's a good way to get all installed themes. If you want to go low level, php has several directory functions you could use, but you won't know if the directory contains a valid theme.
↧
Why are you unable to use wp_get_themes()? It's a good way to get all installed themes. If you want to go low level, php has several directory functions you could use, but you won't know if the directory contains a valid theme.