وردپرس

Header hook | WordPress.org


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

این خبر را در ایران وب سازان مرجع وب و فناوری دنبال کنید

مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد

منبع: انجمن وردپرس

دکمه بازگشت به بالا