Archived topic
add top bar hook
5 replies · Started by onalti on September 25, 2019
top bar I want to add hook content. Is there a hook for this?
https://docs.generatepress.com/collection/hooks/ hook not see in archive
Hi there,
Have you tried the top bar widget area?
https://docs.generatepress.com/article/top-bar-widget-area/
Let me know :)
yes I tried the widget. If I have one, I need a hook.
Not quite sure if I understand.
Can you provide an example of what you are trying to achieve?
Top bar is added with the before_header hook so you can use the same hook:
https://github.com/tomusborne/generatepress/blob/7fdcddf18209a84aaa75304ab23f768241e08ed4/inc/structure/header.php#L253
I'm trying to add custom php to the inner area of the top bar. Is there such a hook?
The before_header hook suggested above should work.
Have you tried it?