Forums
(@thog)
13 years, 11 months ago
Ok, so this is awkward… forgot to return the $taxonomies… ಠ_ಠ
add_filter('pll_get_taxonomies', 'my_taxonomies'); function my_taxonomies() { $taxonomies = array( 'taxonomy_A', 'taxonomy_B' ); return $taxonomies; }