Guest User

Untitled

a guest
Jan 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. SELECT *
  2. FROM wp_options
  3. WHERE option_name = 'template'
  4. OR option_name = 'stylesheet'
  5. OR option_name = 'current_theme';
Add Comment
Please, Sign In to add comment