Quantcast
Channel: polylang – WordPress.org Forums
Viewing all articles
Browse latest Browse all 11471

drawski on "[Plugin: Polylang] Cannot modify translated taxonomies from theme level"

$
0
0

Please, try putting following code in the functions.php file and open a random page (eg. "All posts" tab in admin panel):

add_filter('pll_get_taxonomies', function ($taxonomies) {
  var_dump('FILTER WORKS');
  return $taxonomies;
}, 10);

It doesn't work for me. I don't think a child theme might be the issue (since after_theme_setup is fired after parent and child themes are loaded).


Viewing all articles
Browse latest Browse all 11471

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>