OK, this may be a dumb question. Is it possible, using PHP, to detect which theme has been set for use by WordPress ? If so, how’s it done ?

Thanks.

2 Answers
2

If you only need the current theme name, you can use get_current_theme().

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *