Guest User

Untitled

a guest
Oct 1st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function wp_get_template_path() {
  2. return get_template_directory_uri();
  3. }
  4. add_shortcode('templatepath', 'wp_get_template_path');
  5.  
  6. # USE:
  7. # [templatepath]
Add Comment
Please, Sign In to add comment