WordPress theme related table

Posted in Daily on May 4th, 2014 by Banbanli
SELECT *
FROM wp_options
WHERE option_name = 'template'
OR option_name = 'stylesheet'
OR option_name = 'current_theme';