Removing hreflinks in head
-
Hello.
I need to remove hreflangs from my header. I tried both methods:
add_action('pll_language_defined', 'pll_remove_hreflang', 20); // after Polylang function pll_remove_hreflang() { remove_action('wp_head', array(PLL()->filters_links, 'wp_head')); }
and
add_action('pll_language_defined', 'pll_remove_hreflang', 20); // after Polylang function pll_remove_hreflang() { remove_action('wp_head', array($GLOBALS['polylang'], 'wp_head')); }
Unfortunatly they are not working. Do you know any method that will remove them?
Sincerely,
Sebastian
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing hreflinks in head’ is closed to new replies.