Hooks to get the location of the images folder of the current active theme?
-
We were creating a theme, and I need to get the location of the images folder. so instead of
<img src="wp-content/themes/thetheme/images/img.gif" />
, we’ll just use<img src="hook_to_get_images_folder()/img.gif" />
.
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hooks to get the location of the images folder of the current active theme?’ is closed to new replies.