get_stylesheet_directory is what you want, and if you need the parent theme, get_template_directory. If there is no parent theme then both will return the same value.
echo get_stylesheet_directory(); Further reading:
get_stylesheet_directory is what you want, and if you need the parent theme, get_template_directory. If there is no parent theme then both will return the same value.
echo get_stylesheet_directory(); Further reading: