I need to assign the “active” theme via script. Anyone know the API call needed to do this? Also, how do I retrieve the current theme via script (PHP)?
Leave a Reply
You must be logged in to post a comment.
I need to assign the “active” theme via script. Anyone know the API call needed to do this? Also, how do I retrieve the current theme via script (PHP)?
You must be logged in to post a comment.
Update
current_theme
option:To get the theme’s name use:
In current WordPress version 3.4.2 you need to update 3 options to switch to another theme(minihyper – in my case)
The first two options are key, the third really does nothing except maybe you can use this option somewhere in code to display current theme name.
Update:
Here is a true way:
Example with minihyper: