Bug other custom columns like Polylang – Solution
-
Hi,
When having other plugins like Polylang creating custom columns on the taxonomies modified by Tag Groups, the plugin modify also the content of those columns. See image here:
https://navarradas.com/development_sharing/TagGroups-bug-problem.pngAdding this code to the beginning of function tg_add_taxonomy_column_content solves the problem:
if ($b != 'term_group') return $a; // By Navarro (https://navarradas.com) - Avoid modification of other custom columns' content
See fixed image here:
https://navarradas.com/development_sharing/TagGroups-bug-fixed.pngCould you please add it for next update?
Regards,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug other custom columns like Polylang – Solution’ is closed to new replies.