How To Get Path Of Current WordPress Theme

I have a WordPress site. How to get the path of current WordPress theme from theme’s files.

You can use WordPress native function – get_stylesheet_directory_uri to get the path of the current theme.

$style = get_stylesheet_directory_uri() . '/style.css'
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments