Thursday 10 March 2016

How to get current active theme name in wordpress


Kindly use the below function to get active theme name.

<?php echo get_current_theme(); ?>

No comments: