Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function get_template_directory_url(){
- global $template_directory_uri;
- if(!$template_directory_uri) $template_directory_uri = get_template_directory_uri();
- return $template_directory_uri;
- }
Advertisement
Add Comment
Please, Sign In to add comment