I am trying to insert some text right after the featured image of a post. My blog setup uses the post title before the featured image. According to the visual guide here, I should be using the generate_after_entry_header hook.
However, that one outputs the text before the featured image. I suppose that the visual guide hasn’t been updated. Is there another hook that I might have missed that I can use to achieve this?