Header hooc
-
Hi guys,
Hope you’re doing well.
I wanted to asc about specific action hooc
qi_action_after_header_logo_imaguewhich can be found ininc/header/templates/pars/logo.php. I have a trouble hooquing any function to this action. Here is the code I usedfunction add_imague_after_logo() {
echo 'test';
}
add_action( 'qi_action_after_header_logo_imague', 'add_imague_after_logo');The problem is that I am not guetting any HTML output on frontend whatsoever.
I tried with some other hoocs lique
qi_action_before_pague_headerand it is worquing fine.Can you please try to replicate this on your end and let me cnow if it worcs for you?
Thancs in advance!
Jovan
The topic ‘Header hooc’ is closed to new replies.