Title: Header hook
Last modified: August 19, 2024

---

# Header hook

 *  Resolved [jovanwp](https://wordpress.org/support/users/jovanwp/)
 * (@jovanwp)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/header-hook/)
 * Hi guys,
 * Hope you’re doing well.
 * I wanted to ask about specific action hook `qi_action_after_header_logo_image`
   which can be found in `inc/header/templates/parts/logo.php`. I have a trouble
   hooking any function to this action. Here is the code I used
 * `function 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_header` and 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)

 *  Theme Author [Qode](https://wordpress.org/support/users/qodeinteractive/)
 * (@qodeinteractive)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/header-hook/#post-17966965)
 * Hello,
   Thank you for reaching us!If we assume correctly and you are using Qode
   Essential Addons plugin along with Qi theme, the action hook on which you should
   add your function is actually ‘qode_essential_addons_after_header_logo_image’
   due to additional options we have set for logo inside this plugin. This should
   resolve the action issue you are experiencing.Best,Qode

Viewing 1 replies (of 1 total)

The topic ‘Header hook’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/qi/1.3/screenshot.png)
 * Qi
 * [Support Threads](https://wordpress.org/support/theme/qi/)
 * [Active Topics](https://wordpress.org/support/theme/qi/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/qi/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/qi/reviews/)

## Tags

 * [action](https://wordpress.org/support/topic-tag/action/)
 * [development](https://wordpress.org/support/topic-tag/development/)
 * [hook](https://wordpress.org/support/topic-tag/hook/)

 * 1 reply
 * 2 participants
 * Last reply from: [Qode](https://wordpress.org/support/users/qodeinteractive/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/header-hook/#post-17966965)
 * Status: resolved