Where get_the_post_thumbnail stores HTML code
-
Hi, while trying to modify a slider in a theme, I found this line:
$image = get_the_post_thumbnail($post->ID, ‘slider-image’);
I know this could sound too basic, but… this $image contains HTML code. Where is it stored? I could not find it in my database.
- The topic ‘Where get_the_post_thumbnail stores HTML code’ is closed to new replies.