slug removes qTranslate-X' wp_head action
-
class-qtranslate-slug.php contains this code:
// remove from qtranslate the discouraged meta http-equiv, inline styles // (including flag URLs) and wrong hreflang links remove_action('wp_head', $this->get_plugin_prefix() . 'header'); if( "qtranxf_" === $this->get_plugin_prefix() ) { remove_action('wp_head', $this->get_plugin_prefix() . 'head'); }
I think this can be removed by now? http-equiv is not in qtranxf_head anymore, and the hreflang links look fine to me.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘slug removes qTranslate-X' wp_head action’ is closed to new replies.