geilt

get_template_directory_url faster access for Wordpress

Dec 29th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. function get_template_directory_url(){
  2.     global $template_directory_uri;
  3.     if(!$template_directory_uri) $template_directory_uri = get_template_directory_uri();
  4.     return $template_directory_uri;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment