Tagged Questions
0
votes
3answers
102 views
theme path in javascript file
I need to include the path to my theme file within a javascript file. How would I go about this? I have already tried:
var templateUrl = "<?php get_stylesheet_directory_uri(); ?>";
function ...
0
votes
2answers
3k views
How to get the path to the current theme?
This code is used to get the directory of the current plugin: plugin_dir_url( __FILE__ ).
What should I use to get the directory of the current theme?