qtranxf_head not fired
-
Hi,
I noticed that the flags weren’t shown next to the language switcher. After investigating a little I noticed that qtranxf_head is not fired when wp_head() is called from my theme (a child theme of Kadence Virtue Premium).
If I add
add_action('wp_head', 'qtranxf_head');
to my themes’ functions.php or explicitly call qtranxf_head() after wp_head() is called, it does work.The strange thing is,
add_action('wp_head', 'qtranxf_head');
is called right after creating the qtranxf_head function in qtranslate_frontend.php, so it *SHOULD* work.Any idea what could cause this? Am I the only one having this issue? Using latest stable version (from www.remarpro.com).
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘qtranxf_head not fired’ is closed to new replies.