Archived topic
Entry-meta as a hook
2 replies · Started by Pawel on April 29, 2020
Hello,
Is it possible to insert the entry-meta snippet code as a hook (after_content)?
I need to put entry-meta box below a hook (screen).
URL: https://www.odzywiajsiezdrowo.pl/gofry-czekoladowe-z-dodatkami

Hi there,
Are you currently using the after_content for those 2 hook elements?
If so can you try adding it using after_entry_content hook?
The footer meta is also added using after_entry_content so you can use the priority option to tweak their order.
Let me know if this helps :)
Problem solved.
I used Custom Hook Name: generate_after_entry_content.
Thanks Leo for help.