Header hook
-
Hi guys,
Hope you’re doing well.
I wanted to ask about specific action hook
qi_action_after_header_logo_imagewhich can be found ininc/header/templates/parts/logo.php. I have a trouble hooking any function to this action. Here is the code I usedfunction add_image_after_logo() {
echo 'test';
}
add_action( 'qi_action_after_header_logo_image', 'add_image_after_logo');The problem is that I am not getting any HTML output on frontend whatsoever.
I tried with some other hooks like
qi_action_before_page_headerand it is working fine.Can you please try to replicate this on your end and let me know if it works for you?
Thanks in advance!
Jovan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Header hook’ is closed to new replies.
