hrflang meta tags
-
i need to set hreflang tags position in head tag. is there any way to set sorting it in view source by creating in polylang plugin.
Every update of plugin i did this manually in plugin file. is there any hook in plugin which override that wo_head hook.
Curently i am changing the priority in plugin file located in polylang/frontend.
file name: frontend-filters-links.php
add_action( ‘wp_head’, array( $this, ‘wp_head’ ), 0 );
Thanks in advance
- The topic ‘hrflang meta tags’ is closed to new replies.